Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj committed Dec 1, 2023
1 parent 85de44c commit 823cf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
id: restore-cache
with:
path: "~/.cache/bazel"
key: bazel-${{ hashFiles('**/*_deps.bzl', '.bazelrc') }}-${{ github.ref_name }}
key: bazel-${{ hashFiles('**/*_deps.bzl', '**/*.bazelrc') }}-${{ github.ref_name }}
restore-keys: |
bazel-${{ hashFiles('**/*_deps.bzl', '.bazelrc') }}
bazel-${{ hashFiles('**/*_deps.bzl', '**/*.bazelrc') }}
bazel
- name: Install bazelisk
Expand Down

0 comments on commit 823cf2e

Please sign in to comment.