Skip to content

Commit

Permalink
ci: Set the github cache key to hash on WORKSPACE and MODULE.bazel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Feb 14, 2024
1 parent 71056b1 commit 4ff2f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel
key: bazel-${{ hashFiles('WORKSPACE', 'MODULE.bazel' }}
- name: install dependencies
run: |
sudo apt-get install -y \
Expand Down

0 comments on commit 4ff2f8f

Please sign in to comment.