Skip to content

Commit

Permalink
Specify nightly toolchain to fix udeps check
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Jul 7, 2023
1 parent 72fa254 commit 9199b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: rust-toolchain
uses: actions-rs/[email protected]
with:
toolchain: nightly
toolchain: nightly-2023-06-15
override: true
- name: Install unused dependency checker
run: cargo install cargo-udeps --locked
- name: Run unused dependency checker
run: cargo +nightly udeps --all-targets
run: cargo +nightly-2023-06-15 udeps --all-targets

0 comments on commit 9199b2b

Please sign in to comment.