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