Skip to content

Commit

Permalink
Fix ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Nov 28, 2023
1 parent be9328d commit d897b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ jobs:
with:
path: |
llvm-project
key: ${{ matrix.os }}-${{ matrix.clang-runtime }}.x
key: ${{ matrix.os }}-clang-${{ matrix.clang-runtime }}.x
- name: Build LLVM/Cling on Unix if the cache is invalid (debug_build==true)
if: ${{ (matrix.debug_build == true) && (runner.os != 'windows') && (steps.cache.outputs.cache-hit != 'true') }}
run: |
Expand Down

0 comments on commit d897b83

Please sign in to comment.