Skip to content

Commit

Permalink
New cache management
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Nov 2, 2020
1 parent d8a9fea commit dd1461a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cachefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
2 changes: 1 addition & 1 deletion .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
path: |
~/.cache
key: ${{ env.cache-name }}-${{ hashFiles('~/.cache/Tectonic/manifests/*.txt') }}
key: ${{ env.cache-name }}-${{ hashFiles('.cachefile') }}
restore-keys: |
${{ env.cache-name }}-
Expand Down

0 comments on commit dd1461a

Please sign in to comment.