Skip to content

Commit 77276db

Browse files
author
kr-2003
committed
caching oop jobs
1 parent 2ba186b commit 77276db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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) }}

0 commit comments

Comments
 (0)