Skip to content

Commit c0956d6

Browse files
committed
fix: 🔧 tentative to fix CI
1 parent 397e379 commit c0956d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install Rust toolchain
3939
run: |
40-
rustup toolchain install stable --profile minimal --component clippy rustfmt
40+
rustup toolchain install stable --profile minimal --component clippy --component rustfmt
4141
rustup default stable
4242
4343
- name: Cache cargo registry

0 commit comments

Comments
 (0)