Skip to content

Commit

Permalink
try different rustup command #344
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Jun 21, 2023
1 parent e6499e4 commit c0ee6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
run: rustup toolchain install 1.70
run: rustup update 1.70

- name: Install nightly toolchain (for rustfmt)
- name: Install nightly toolchain (for rustfmt only)
run: rustup toolchain install nightly --profile minimal --component rustfmt

- name: Install cargo-make (fast!)
Expand Down

0 comments on commit c0ee6b1

Please sign in to comment.