Skip to content

Commit

Permalink
Merge pull request #3182 from mulkieran/nightly-ci-fix
Browse files Browse the repository at this point in the history
Require clippy for task that uses clippy in toolchain action
  • Loading branch information
mulkieran authored Nov 23, 2022
2 parents 508857e + 21112d5 commit 2f81708
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 2f81708

Please sign in to comment.