2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00

fix: broken gh actions cache

This commit is contained in:
Derek Cormier 2022-08-03 17:05:22 -07:00 committed by Alex Eagle
parent 15ec78eb73
commit cd6c2f63ee
2 changed files with 4 additions and 4 deletions

View file

@ -34,8 +34,8 @@ jobs:
uses: actions/cache@v3
with:
path: |
"~/.cache/bazel"
"~/.cache/bazel-repo"
~/.cache/bazel
~/.cache/bazel-repo
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }}
restore-keys: bazel-cache-
- name: Write engflow credentials

View file

@ -18,8 +18,8 @@ jobs:
uses: actions/cache@v3
with:
path: |
"~/.cache/bazel"
"~/.cache/bazel-repo"
~/.cache/bazel
~/.cache/bazel-repo
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }}
restore-keys: bazel-cache-
- name: bazel test //...