Skip to content

Commit e184028

Browse files
committed
ci: use nightly toolchain for cargo udeps
1 parent 4a46f00 commit e184028

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)