Skip to content

Commit 37b80e8

Browse files
authored
Update rust.yml
FIxed clippy toolchain in CI
1 parent ebefc82 commit 37b80e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Update local toolchain
2020
run: |
2121
rustup update
22-
rustup component add clippy
2322
rustup install nightly
2423
rustup override set nightly
24+
rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
2525
2626
- name: Toolchain info
2727
run: |

0 commit comments

Comments
 (0)