File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments