Temporarily disable CMake build caching in ci.yml
This is to resolve failures in Windows CI following a VS2022 update
This commit is contained in:
@@ -43,14 +43,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Cache CMake build directory
|
### TEMPORARY FIX: Disable cmake cache until it expires so that windows builds work for the time being
|
||||||
uses: actions/cache@v4
|
# - name: Cache CMake build directory
|
||||||
with:
|
# uses: actions/cache@v4
|
||||||
path: |
|
# with:
|
||||||
build
|
# path: |
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-cmake-build-ci-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
# build
|
||||||
restore-keys: |
|
# key: ${{ runner.os }}-${{ runner.arch }}-cmake-build-ci-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
||||||
${{ runner.os }}-${{ runner.arch }}-cmake-build-ci-
|
# restore-keys: |
|
||||||
|
# ${{ runner.os }}-${{ runner.arch }}-cmake-build-ci-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: ${{ matrix.install }}
|
run: ${{ matrix.install }}
|
||||||
|
|||||||
Reference in New Issue
Block a user