Disable cmake cache

This commit is contained in:
Georg Hagen
2025-05-13 19:37:11 +02:00
parent 378f4923b7
commit 9f32b25e6c

View File

@@ -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