Update cache settings
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
path: |
|
||||
${{github.workspace}}/build/cmake_checks_cache.txt
|
||||
${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake
|
||||
key: ${{runner.os}}-cmake-checks
|
||||
key: openvulkano-${{matrix.os}}-cmake-checks
|
||||
|
||||
- name: Configure CMake
|
||||
shell: bash
|
||||
@@ -82,6 +82,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Action Cache
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
${{github.workspace}}/build/cmake_checks_cache.txt
|
||||
${{github.workspace}}/build/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}}
|
||||
- name: Build & Archive
|
||||
|
||||
Reference in New Issue
Block a user