We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a46f00 commit e184028Copy full SHA for e184028
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
key: udeps
62
cache-all-crates: "true"
63
- uses: stackabletech/cargo-install-action@cargo-udeps
64
- - run: cargo udeps --workspace --all-targets
+ - run: cargo "+$RUST_NIGHTLY_TOOLCHAIN_VERSION" udeps --workspace --all-targets
65
66
# This job evaluates the github environment to determine why this action is running and selects the appropriate
67
# target repository for published Helm charts based on this.
0 commit comments