Skip to content

Commit c65fd26

Browse files
committed
use dtolnay/rust-toolchain rather than unmaintained actions-rs/toolchain
1 parent fdf4460 commit c65fd26

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
@@ -36,10 +36,9 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Install toolchain
39-
uses: actions-rs/toolchain@v1
39+
uses: dtolnay/rust-toolchain@master
4040
with:
4141
toolchain: ${{ matrix.toolchain }}
42-
override: true
4342
- name: Build
4443
run: cargo build --verbose
4544
- name: Run tests

0 commit comments

Comments
 (0)