Skip to content

Commit c55ed9f

Browse files
committed
Use override instead of default
1 parent f9c7bdf commit c55ed9f

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
@@ -51,7 +51,7 @@ jobs:
5151
git submodule update --init --recursive --depth=1 wireguard-go-rs
5252
5353
- name: Install nightly Rust toolchain
54-
run: rustup default $RUST_NIGHTLY_TOOLCHAIN
54+
run: rustup override set $RUST_NIGHTLY_TOOLCHAIN
5555

5656
- uses: taiki-e/install-action@v2
5757
with:

0 commit comments

Comments
 (0)