We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532922b commit ef858d2Copy full SHA for ef858d2
.github/workflows/test-eql.yml
@@ -43,7 +43,9 @@ jobs:
43
44
- name: Install rust
45
shell: /bin/bash -l {0}
46
- run: rustup toolchain install stable --profile minimal --no-self-update
+ run: |
47
+ rustup toolchain install stable --profile minimal --no-self-update
48
+ rustup component add rustfmt
49
50
- name: Setup Rust cache
51
uses: Swatinem/rust-cache@v2
0 commit comments