Skip to content

Commit

Permalink
Pin nightly version and only run on select packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Apr 3, 2024
1 parent 1684a40 commit fdfc23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- uses: taiki-e/install-action@cargo-udeps
- run: |
rustup install nightly
cargo +nightly udeps --all-targets --all-features
rustup install nightly-2024-01-01 --profile minimal # The exact nightly version doesn't matter, just pin a random one.
cargo +nightly udeps --all-targets --all-features ${{ steps.setup-rust.outputs.packages }}
name: Check for unused dependencies
test:
Expand Down

0 comments on commit fdfc23b

Please sign in to comment.