From 9f32b25e6cc54d91d25a47f7872735b635e7cd5e Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Tue, 13 May 2025 19:37:11 +0200 Subject: [PATCH] Disable cmake cache --- .gitea/workflows/build_pc.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index 5dbf5ab..c91dcaf 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -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