Skip to content

Commit 8a15243

Browse files
committed
Remove unnecessary toolchain override
1 parent 32c233b commit 8a15243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-unused-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
tool: cargo-udeps
9292

9393
- name: Check for unused dependencies
94-
run: cargo +${{ env.RUST_NIGHTLY_TOOLCHAIN }} udeps --target aarch64-linux-android --package mullvad-jni
94+
run: cargo udeps --target aarch64-linux-android --package mullvad-jni
9595

9696
cargo-udeps:
9797
strategy:

0 commit comments

Comments
 (0)