Skip to content

Commit 594c75f

Browse files
committed
fix fmt and lint linux job
1 parent 9716a52 commit 594c75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fmt-and-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install toolchain
2020
run: |
21-
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt clippy
21+
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt,clippy
2222
rustup default nightly-2023-06-01
2323
2424
- name: Install build deps

0 commit comments

Comments
 (0)