Add restore key in attempt to make cache work

This commit is contained in:
Georg Hagen
2025-02-14 12:04:56 +01:00
parent c3b23734d1
commit 82e5b1871a

View File

@@ -31,6 +31,8 @@ jobs:
${{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: |-
openvulkano-${{matrix.os}}-cmake-checks
- name: Configure CMake - name: Configure CMake
shell: bash shell: bash