Skip to content

Commit dcff369

Browse files
committed
Move to dtolnay/rust-toolchain
1 parent e4e5778 commit dcff369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
needs: basics
3838
steps:
3939
- uses: actions/checkout@v3
40-
- uses: actions-rs/toolchain@v1
40+
- uses: dtolnay/rust-toolchain@master
4141
with:
4242
toolchain: ${{ matrix.channel }}
43-
override: true
4443
- env:
4544
TARGET: ${{ matrix.target }}
4645
CHANNEL: ${{ matrix.channel }}

0 commit comments

Comments
 (0)