Skip to content

Commit

Permalink
Test everything works without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 9, 2024
1 parent 9d60dd5 commit 13a50a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@ jobs:
fi
pip install distro pytest
- name: Restore Cache LLVM/Clang runtime build directory
uses: actions/cache/restore@v3
id: cache
with:
path: |
clang-dev
${{ matrix.cling=='On' && 'cling' || '' }}
key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}-clang-${{ matrix.clang-runtime }}.x-patch-${{ hashFiles(format('patches/llvm/clang{0}-*.patch', matrix.clang-runtime)) || 'none' }}
#- name: Restore Cache LLVM/Clang runtime build directory
# uses: actions/cache/restore@v3
# id: cache
# with:
# path: |
# clang-dev
# ${{ matrix.cling=='On' && 'cling' || '' }}
# key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}-clang-${{ matrix.clang-runtime }}.x-patch-${{ hashFiles(format('patches/llvm/clang{0}-*.patch', matrix.clang-runtime)) || 'none' }}

- name: Build runtime LLVM/Clang on Linux if the cache is invalid
if: ${{ runner.os != 'windows' && steps.cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 13a50a8

Please sign in to comment.