diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f253ee..19bdd3ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}