aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-03-01 17:41:29 +0100
committerTaras Madan <tarasmadan@google.com>2024-03-04 10:26:16 +0000
commit0f110c12c57a74388a5c9f730192fe7badf289fb (patch)
treecd02df402a07a71c5b3d9c767cec1ec25af23852 /.github
parent4cf115212c4bad7c52d644d9873ac29fd05cc5fa (diff)
.github/workflows/ci.yml: fix cache location
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4aa6d8acc..3c02a24d0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
- name: test build cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
- path: /syzkaller/.cache
+ path: /root/.cache
key: ${{ runner.os }}-go-test-build-${{ steps.get-date.outputs.date }} #always miss and upload fresh item
restore-keys: ${{ runner.os }}-go-test-build- #read the freshest available after miss
@@ -131,7 +131,7 @@ jobs:
- name: test race cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
- path: /syzkaller/.cache
+ path: /root/.cache
key: ${{ runner.os }}-go-test-race-${{ steps.get-date.outputs.date }} #always miss and upload fresh item
restore-keys: ${{ runner.os }}-go-test-race- #read the freshest available after miss