Skip to content

Commit

Permalink
ci: fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 14, 2023
1 parent d3b1a8b commit 1956c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/libextism/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
uses: actions/cache@v3
with:
path: runtime/target/**
key: ${{ runner.os }}-libextism-${{ hashFiles('runtime/**') }}
key: ${{ runner.os }}-libextism-${{ hashFiles('runtime/runtime') }}
- name: Build
if: steps.cache-libextism.outputs.cache-hit != 'true'
shell: bash
Expand Down

0 comments on commit 1956c4a

Please sign in to comment.