Skip to content

Commit

Permalink
fix: use proper cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdutescu committed Aug 6, 2021
1 parent efb3726 commit 050bd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: actions/cache@v2
id: cache
with:
path: ${{ github.HOME }}/.local
key: ${{ runner.os }}-release-dependencies
path: ${{ github.workspace }}/${{ env.install_location }}
key: ${{ runner.os }}-release-dependencies-v1

- name: install Catch2
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 050bd19

Please sign in to comment.