File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -255,14 +255,14 @@ jobs:
255255 with :
256256 cache-hit : ${{ steps.cache.outputs.cache-hit }}
257257
258- # - name: Cache LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
259- # uses: actions/cache/save@v4
260- # if: ${{ steps.cache.outputs.cache-hit != 'true' }}
261- # with:
262- # path: |
263- # llvm-project
264- # ${{ matrix.cling=='On' && 'cling' || '' }}
265- # key: ${{ steps.cache.outputs.cache-primary-key }}
258+ - name : Cache LLVM-${{ matrix.clang-runtime }} and ${{ matrix.cling == 'On' && 'Cling' || 'Clang-REPL' }} build
259+ uses : actions/cache/save@v4
260+ if : ${{ steps.cache.outputs.cache-hit != 'true' }}
261+ with :
262+ path : |
263+ llvm-project
264+ ${{ matrix.cling=='On' && 'cling' || '' }}
265+ key : ${{ steps.cache.outputs.cache-primary-key }}
266266
267267 - name : Setup code coverage
268268 if : ${{ success() && (matrix.coverage == true) }}
You can’t perform that action at this time.
0 commit comments