Skip to content

Commit

Permalink
Require clippy for task that uses clippy in toolchain action
Browse files Browse the repository at this point in the history
In action-rs/toolchain this was not necessary. In dtolnay/rust-toolchain
it is.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Nov 23, 2022
1 parent 508857e commit 21112d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
systemd-devel
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
components: cargo, clippy
toolchain: 1.65.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Run cargo-update
run: cargo update
Expand Down

0 comments on commit 21112d5

Please sign in to comment.