Skip to content

Commit

Permalink
actions: rebuild toolchain cache for toolchain upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored and ripperi committed Jul 25, 2024
1 parent 742f14d commit c590851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up build cache
uses: actions/cache@v3
with:
key: ${{ matrix.target }}-cache
key: ${{ matrix.target }}-cache-1
path: |
# # Cache bazel path on Linux.
~/.cache/bazel/_bazel_$(whoami)
Expand Down

0 comments on commit c590851

Please sign in to comment.