File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 uses : actions/cache/restore@v4
4242 with :
4343 path : ${{ env.CACHED_PATHS }}
44- key : ${{ steps.cache.outputs.cache-primary-key }}
44+ key : ${{ runner.os }}-clang-19-${{ matrix.protocol }}-${{ github.sha }}
4545 restore-keys : |
46- ${{ runner.os }}-clang-19-${{ matrix.protocol }}
46+ ${{ runner.os }}-clang-19-${{ matrix.protocol }}-
47+ ${{ runner.os }}-clang-19-
4748
4849 - uses : actions/checkout@v4
4950 if : steps.cache.outputs.cache-hit != 'true'
9697 ./ci-build.sh --disable-tests --protocol ${{ matrix.protocol }}
9798
9899 - uses : actions/cache/save@v4
99- if : ${{ steps.cache.outputs.cache-hit != 'true' && github.ref_name == 'master' }}
100+ if : ${{ steps.cache.outputs.cache-hit != 'true' }}
100101 with :
101102 path : ${{ env.CACHED_PATHS }}
102- key : ${{ steps.cache.outputs.cache-primary-key }}
103+ key : ${{ runner.os }}-clang-19-${{ matrix.protocol }}-${{ github.sha }}
103104
You can’t perform that action at this time.
0 commit comments