From f1ca8b754a9db2ab768030f07e0811d78884a55c Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 11 Dec 2024 11:19:42 +0100 Subject: [PATCH] Rename cache trying to solve issue with Bazel build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e3b595624..fa97f8dd33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: path: ~/.cache/bazelisk key: ${{ runner.os }}-${{ env.cache-name }}-${{ github.ref }} restore-keys: | - ${{ runner.os }}-${{ env.cache-name }}-development + ${{ runner.os }}-${{ env.cache-name }} - uses: actions/checkout@v2 - name: Build run: bazel build @jansson//... //tests/...