Skip to content

Commit

Permalink
actions: cache always
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperi committed Jul 25, 2024
1 parent 0df2166 commit 1cd1a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
sudo chown $(whoami) /usr/local
- name: Set up build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ matrix.target }}-cache-1
save-always: true
path: |
# # Cache bazel path on Linux.
~/.cache/bazel/_bazel_$(whoami)
Expand Down

0 comments on commit 1cd1a99

Please sign in to comment.