Skip to content

Commit

Permalink
try cache
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 24, 2024
1 parent 03ec5ec commit 9a2d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: foo/bin
key: foo
key: foo-${{ hashFiles('foo/src/**') }}

- name: Use cached bin folder
run: |
Expand Down

0 comments on commit 9a2d016

Please sign in to comment.