Fix cache path for ios

This commit is contained in:
Georg Hagen
2025-02-16 15:31:50 +01:00
parent 8d425237ee
commit 6394e59557

View File

@@ -89,8 +89,8 @@ jobs:
id: cache id: cache
with: with:
path: | path: |
${{github.workspace}}/build/cmake_checks_cache.txt ${{github.workspace}}/cmake-build/iOS/cmake_checks_cache.txt
${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake ${{github.workspace}}/cmake-build/iOS/CMakeFiles/**/CMake*.cmake
key: openvulkano-ios-cmake-checks key: openvulkano-ios-cmake-checks
- name: Configure CMake - 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}} run: mkdir cmake-build && mkdir cmake-build/iOS && cd cmake-build/iOS && cmake ../.. -G Xcode -DPLATFORM=OS64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}