Skip to content

Commit 8de820e

Browse files
committed
Revert "ci: use nightly toolchain for cargo udeps"
This reverts commit e184028.
1 parent e184028 commit 8de820e

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 "+$RUST_NIGHTLY_TOOLCHAIN_VERSION" udeps --workspace --all-targets
64+
- run: cargo 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)