Skip to content

Commit

Permalink
chore: use rust caching
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 20, 2024
1 parent 753aab6 commit f80fe24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: Swatinem/rust-cache@v2
with:
key: x86_64-unknown-linux-gnu
save-if: false

- uses: boa-dev/[email protected]
with:
branchName: "master"
Expand Down

0 comments on commit f80fe24

Please sign in to comment.