Skip to content

Commit

Permalink
chore: set hashFiles('crates/**') as the cache key of godwoken component
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Dec 5, 2022
1 parent 1e75ecc commit 187f7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
path: |
target/release/godwoken
target/release/gw-tools
key: component.godwoken-${{ steps.prepare.outputs.godwoken-sha1 }}
key: component.godwoken-crates-${{ hashFiles('crates/**') }}
- name: Cache Godwoken target directory
if: steps.godwoken-cache.outputs.cache-hit != 'true'
uses: actions/cache@v3
Expand Down

0 comments on commit 187f7dc

Please sign in to comment.