Skip to content

Commit

Permalink
毎回キャッシュが保存されるようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed May 31, 2024
1 parent 7bf28d7 commit 18fb4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Restore cached judge data
uses: actions/cache@v4
with:
key: cache-judge-data-${{ hashFiles('.verify-helper/cache/', '~/.cache/online-judge-tools/library-checker-problems/', '~/.local/share/online-judge-tools/') }}
key: cache-judge-data-${{ github.run_id }}
restore-keys: cache-judge-data-
path: |
.verify-helper/cache/
Expand Down

0 comments on commit 18fb4bb

Please sign in to comment.