Skip to content

Commit 277bcca

Browse files
committed
ci: install rust
1 parent f2421ea commit 277bcca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-eql.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44+
- name: Install rust
45+
shell: /bin/bash -l {0}
46+
run: rustup toolchain install stable --profile minimal --no-self-update
47+
48+
- name: Setup Rust cache
49+
uses: Swatinem/rust-cache@v2
50+
with:
51+
cache-all-crates: true
52+
4453
- uses: jdx/mise-action@v2
4554
with:
4655
version: 2025.1.6 # [default: latest] mise version to install

0 commit comments

Comments
 (0)