Skip to content

Commit a45e957

Browse files
committed
ci: try installing clippy a different way
1 parent 13c3c49 commit a45e957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
8181
- name: Install Rust ${{ matrix.rust }}
8282
run: |
83-
rustup install ${{ matrix.rust }} --component clippy
83+
rustup install ${{ matrix.rust }}
84+
rustup toolchain install ${{ matrix.rust }} --component clippy
8485
8586
- name: Install dependencies
8687
run: ${{ matrix.install }}

0 commit comments

Comments
 (0)