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 ef858d2 commit 120fe2dCopy full SHA for 120fe2d
.github/workflows/test-eql.yml
@@ -41,15 +41,11 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
44
- - name: Install rust
45
- shell: /bin/bash -l {0}
46
- 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
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
52
with:
+ toolchain: stable
+ components: rustfmt
+ cache: true
53
cache-all-crates: true
54
55
- uses: jdx/mise-action@v2
0 commit comments