aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-02-28 12:52:22 +0100
committerTaras Madan <tarasmadan@google.com>2024-03-01 13:02:17 +0000
commit83acf9e00cea13b199346aea4d72094a03cef0ca (patch)
tree07e6f6489999a9c0f26cfd6ce9964e15494a2ceb /.github
parent352ab9047be19ed1d8367b9113b7bde280c90124 (diff)
.github/workflows/ci.yml: fix cache paths
Old path works for ./tools/syz-env container and doesn't work for the new configuration.
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 226250708..4aa6d8acc 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: ~/.cache
+ path: /syzkaller/.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: ~/.cache
+ path: /syzkaller/.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