Skip to content

Commit

Permalink
explicitly install clippy #344
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Jun 21, 2023
1 parent d1f43af commit 49ef5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit 49ef5a9

Please sign in to comment.