We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c7bdf commit c55ed9fCopy full SHA for c55ed9f
.github/workflows/rust-unused-dependencies.yml
@@ -51,7 +51,7 @@ jobs:
51
git submodule update --init --recursive --depth=1 wireguard-go-rs
52
53
- name: Install nightly Rust toolchain
54
- run: rustup default $RUST_NIGHTLY_TOOLCHAIN
+ run: rustup override set $RUST_NIGHTLY_TOOLCHAIN
55
56
- uses: taiki-e/install-action@v2
57
with:
0 commit comments