Disable cmake cache
This commit is contained in:
@@ -23,16 +23,16 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Get cmake checks from cache
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
${{github.workspace}}/build/cmake_checks_cache.txt
|
||||
${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake
|
||||
key: openvulkano-${{matrix.os}}-cmake-checks
|
||||
restore-keys: |-
|
||||
openvulkano-${{matrix.os}}-cmake-checks
|
||||
# - name: Get cmake checks from cache
|
||||
# uses: actions/cache@v4
|
||||
# id: cache
|
||||
# with:
|
||||
# path: |
|
||||
# ${{github.workspace}}/build/cmake_checks_cache.txt
|
||||
# ${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake
|
||||
# key: openvulkano-${{matrix.os}}-cmake-checks
|
||||
# restore-keys: |-
|
||||
# openvulkano-${{matrix.os}}-cmake-checks
|
||||
|
||||
- name: Configure CMake
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user