Skip to content

Commit 0c02306

Browse files
authored
Add cache to native-cargo step (TraceMachina#1974)
1 parent 1055cd1 commit 0c02306

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/native-cargo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: rustup update && rustup default ${{ matrix.toolchain }}
4242
shell: bash
4343

44+
- name: Rust cache
45+
uses: Swatinem/rust-cache@v2
46+
4447
- name: Build on ${{ runner.os }}
4548
run: cargo build --all --profile=smol
4649

0 commit comments

Comments
 (0)