Skip to content

Commit c248fba

Browse files
committed
use dtolnay/rust-toolchain rather than unmaintained actions-rs/toolchain
1 parent 082d8f3 commit c248fba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Install toolchain
28-
uses: actions-rs/toolchain@v1
29-
with:
30-
toolchain: ${{ matrix.toolchain }}
31-
override: true
28+
uses: dtolnay/rust-toolchain@master
29+
with:
30+
toolchain: ${{ matrix.toolchain }}
3231
- name: Build
3332
run: cargo build --verbose
3433
- name: Run tests

0 commit comments

Comments
 (0)