Skip to content

Commit

Permalink
ccache not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Apr 26, 2023
1 parent 2c9c79a commit b8c73e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ jobs:
run: rm -r .asv/env


- name: Save .ccache
- name: Save ccache
uses: actions/cache/save@v3
id: ccache
with:
path: .ccache
key: ${{ runner.os }}-lfs-${{ hashFiles('tardis-refdata/.lfs-assets-id') }}-v1
key: ccache

- run: ccache -s
if: always()
Expand Down

0 comments on commit b8c73e3

Please sign in to comment.