Skip to content

Commit 3df877c

Browse files
Fix CI: Use toolchain from rust-toolchain.toml instead of overriding to stable
Co-authored-by: matthewmturner <22136083+matthewmturner@users.noreply.github.com>
1 parent a7520aa commit 3df877c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/setup-rust/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ runs:
2828
- name: Setup Rust toolchain
2929
shell: bash
3030
run: |
31-
rustup show
3231
rustup self update
33-
rustup install stable
34-
rustup default stable
32+
rustup show
3533
rustup component add clippy
3634
rustup component add rustfmt
3735
- name: Install Cargo tools

0 commit comments

Comments
 (0)