From 8c08f3aded88122afabd5f3e422bee47d86c0ff8 Mon Sep 17 00:00:00 2001 From: tatyam Date: Sat, 1 Jun 2024 00:51:30 +0900 Subject: [PATCH] =?UTF-8?q?=E6=AF=8E=E5=9B=9E=E3=82=AD=E3=83=A3=E3=83=83?= =?UTF-8?q?=E3=82=B7=E3=83=A5=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yml | 4 ++-- .verify-helper/timestamps.remote.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 2997e06..32cecd3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -29,12 +29,12 @@ jobs: - name: Restore cached judge data uses: actions/cache@v4 with: - key: cache-judge-data + key: cache-judge-data-${{ hashFiles('.verify-helper/cache/', '~/.cache/online-judge-tools/library-checker-problems/', '~/.local/share/online-judge-tools/') }} + restore-keys: cache-judge-data- path: | .verify-helper/cache/ ~/.cache/online-judge-tools/library-checker-problems/ ~/.local/share/online-judge-tools/ - save-always: true - run: oj-verify all env: diff --git a/.verify-helper/timestamps.remote.json b/.verify-helper/timestamps.remote.json index 2e4e754..a366b91 100644 --- a/.verify-helper/timestamps.remote.json +++ b/.verify-helper/timestamps.remote.json @@ -1,5 +1,4 @@ { -"test/FPS/FFT.test.cpp": "2024-05-31 19:00:40 +0900", "test/FPS/FFT_fast.test.cpp": "2024-05-31 19:00:40 +0900", "test/data-structure/BIT.test.cpp": "2024-05-31 19:00:40 +0900", "test/data-structure/FastSet.test.cpp": "2024-05-31 19:00:40 +0900", @@ -13,4 +12,4 @@ "test/string/SuffixArray.test.cpp": "2024-05-31 19:00:40 +0900", "test/string/Zalgorithm.test.cpp": "2024-05-31 19:00:40 +0900", "test/template.test.cpp": "2024-05-31 23:58:41 +0900" -} \ No newline at end of file +}