Skip to content

Commit

Permalink
feat: cache in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Dec 26, 2024
1 parent 362fd5f commit 297af60
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Linux dependencies
uses: ./.github/actions/install-linux-deps

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Install Linux dependencies
uses: ./.github/actions/install-linux-deps
- name: Use Cache
uses: Leafwing-Studios/cargo-cache@v2
with:
sweep-cache: true

- name: Install cargo-codspeed
run: cargo install cargo-codspeed --locked
Expand Down

0 comments on commit 297af60

Please sign in to comment.