We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29708be commit 9cc230fCopy full SHA for 9cc230f
.github/workflows/test.yml
@@ -231,7 +231,7 @@ jobs:
231
232
- name: Set cache key
233
if: ${{ matrix.cache }}
234
- run: echo "::set-output name=uniq::$(bazel query --output build //external:${{ matrix.repo }} | grep -E 'sha256|commit' | cut -d\" -f2)"
+ run: echo "::set-output name=uniq::$(bazel query --output build //external:${{ matrix.repo }} | grep -E 'sha256|commit' | cut -d\" -f2)-$(echo ${{ matrix.flags }} | sha256sum)"
235
id: cache-key
236
237
- name: Bazel cache
0 commit comments