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 fb0e907 commit 090b42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: foo/bin
key: foo-${{ hashFiles('foo/src/**') }}
restore-keys: |
foo-
- name: Use cached bin folder
run: |
Expand Down

0 comments on commit 090b42c

Please sign in to comment.