From 6394e595575be29d490f3e90c25e2e8a8bcb4f57 Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Sun, 16 Feb 2025 15:31:50 +0100 Subject: [PATCH] Fix cache path for ios --- .gitea/workflows/build_pc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index ee2d381..5dbf5ab 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -89,8 +89,8 @@ jobs: id: cache with: path: | - ${{github.workspace}}/build/cmake_checks_cache.txt - ${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake + ${{github.workspace}}/cmake-build/iOS/cmake_checks_cache.txt + ${{github.workspace}}/cmake-build/iOS/CMakeFiles/**/CMake*.cmake key: openvulkano-ios-cmake-checks - name: Configure CMake run: mkdir cmake-build && mkdir cmake-build/iOS && cd cmake-build/iOS && cmake ../.. -G Xcode -DPLATFORM=OS64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}