Skip to content

Commit

Permalink
Rename cache trying to solve issue with Bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Dec 11, 2024
1 parent 610e88f commit f1ca8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
Expand Down

0 comments on commit f1ca8b7

Please sign in to comment.