Skip to content

Commit

Permalink
ci: use cache restore in the benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Nov 6, 2024
1 parent 269655d commit 05dc9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pnpm run benchmark
- name: Set cache dir
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down

0 comments on commit 05dc9b8

Please sign in to comment.