Skip to content

Commit 3bcc002

Browse files
committed
ci: use nightly toolchain for cargo udeps
1 parent 57ab56a commit 3bcc002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: udeps
6262
cache-all-crates: "true"
6363
- uses: stackabletech/cargo-install-action@cargo-udeps
64-
- run: cargo udeps --workspace --all-targets
64+
- run: cargo "+$RUST_NIGHTLY_TOOLCHAIN_VERSION" udeps --workspace --all-targets
6565

6666
# This job evaluates the github environment to determine why this action is running and selects the appropriate
6767
# target repository for published Helm charts based on this.

0 commit comments

Comments
 (0)