Skip to content

Commit

Permalink
User override instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
kl committed Jan 30, 2025
1 parent aaa20d3 commit 31d3cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git submodule update --init --recursive --depth=1 wireguard-go-rs
- name: Install nightly Rust toolchain
run: rustup default $RUST_NIGHTLY_TOOLCHAIN
run: rustup override $RUST_NIGHTLY_TOOLCHAIN

- uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 31d3cff

Please sign in to comment.