Skip to content

Commit

Permalink
tlmgr-pkgsのキャッシュを固定値にした
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Nov 13, 2024
1 parent e89b023 commit 6172ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
path: |
tlmgr-pkgs
key: cache-${{ hashFiles('Dockerfile') }}-${{ env.PLATFORM_PAIR }}
key: cache-tlmgr-pkgs-${{ env.PLATFORM_PAIR }}

- name: inject cache into docker
# v3.1.2のcommitを指定
Expand Down

0 comments on commit 6172ab7

Please sign in to comment.