Skip to content

Commit 5857bbb

Browse files
authored
Update ci.yml
1 parent 03ef509 commit 5857bbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ jobs:
541541
brew upgrade
542542
543543
- name: Build LLVM/Cling on Unix systems if the cache is invalid
544-
if: ${{ runner.os != 'windows' && steps.cachenotemscripten.outputs.cache-hit != 'true' }}
544+
if: ${{ runner.os != 'windows' && steps.cachenotemscripten.outputs.cache-hit != 'true' && matrix.emscripten != 'On' }}
545545
run: |
546546
cling_on=$(echo "${{ matrix.cling }}" | tr '[:lower:]' '[:upper:]')
547547
if [[ "${cling_on}" == "ON" ]]; then
@@ -763,7 +763,7 @@ jobs:
763763

764764
- name: Save Cache LLVM/Clang runtime build directory (Unix Systems)
765765
uses: actions/cache/save@v4
766-
if: ${{ runner.os != 'windows' && steps.cache.outputs.cache-hit != 'true' }}
766+
if: ${{ runner.os != 'windows' && steps.cache.cachenotemscripten.cache-hit != 'true' }}
767767
with:
768768
path: |
769769
llvm-project
@@ -772,7 +772,7 @@ jobs:
772772

773773
- name: Save Cache LLVM/Clang runtime build directory (Unix Systems Emscripten)
774774
uses: actions/cache/save@v4
775-
if: ${{ runner.os != 'windows' && steps.cache.outputs.cache-hit != 'true' }}
775+
if: ${{ runner.os != 'windows' && steps.cacheemscripten.outputs.cache-hit != 'true' }}
776776
with:
777777
path: |
778778
llvm-project

0 commit comments

Comments
 (0)