Skip to content

Commit ef858d2

Browse files
committed
fix: ensure rustfmt is available in CI
1 parent 532922b commit ef858d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-eql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343

4444
- name: Install rust
4545
shell: /bin/bash -l {0}
46-
run: rustup toolchain install stable --profile minimal --no-self-update
46+
run: |
47+
rustup toolchain install stable --profile minimal --no-self-update
48+
rustup component add rustfmt
4749
4850
- name: Setup Rust cache
4951
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)