From c5908518adebcecb3caae349e627b9bae5a65d00 Mon Sep 17 00:00:00 2001 From: Pyry Kovanen Date: Wed, 24 Jul 2024 19:43:43 +0300 Subject: [PATCH] actions: rebuild toolchain cache for toolchain upgrade --- .github/workflows/shared.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared.yml b/.github/workflows/shared.yml index aee47884a5..ddfb757a5c 100644 --- a/.github/workflows/shared.yml +++ b/.github/workflows/shared.yml @@ -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)