Skip to content

Commit 415cdcf

Browse files
committed
ci: Use different rust action
1 parent 8ace3c9 commit 415cdcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- uses: actions/checkout@v3
95-
- uses: actions-rs/toolchain@v1
95+
- uses: dtolnay/rust-toolchain
9696
with:
9797
toolchain: stable
98-
override: true
9998
profile: minimal
10099
components: clippy
101100
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)