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