cleanup
This commit is contained in:
@@ -36,13 +36,13 @@ jobs:
|
||||
&& sudo wget https://sourceforge.net/projects/bin2c/files/1.1/bin2c-1.1.zip && sudo unzip bin2c-1.1.zip && cd bin2c && sudo gcc -o bin2c bin2c.c && sudo mv bin2c /usr/bin
|
||||
|
||||
- name: Get cmake checks from cache
|
||||
uses: actions/cache/restore@v3
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
${{github.workspace}}/build/cmake_checks_cache.txt
|
||||
${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake
|
||||
key: ${{runner.os}}-cmakeChecks
|
||||
key: ${{runner.os}}-cmake-checks
|
||||
|
||||
- name: Configure CMake
|
||||
shell: bash
|
||||
@@ -83,19 +83,6 @@ jobs:
|
||||
if-no-files-found: error
|
||||
retention-days: 30
|
||||
overwrite: true
|
||||
- name: Cache cmake checks
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
id: cache-cmake-checks
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: |
|
||||
${{github.workspace}}/build/cmake_checks_cache.txt
|
||||
${{github.workspace}}/build/CMakeFiles/**/CMake*.cmake
|
||||
key: ${{runner.os}}-cmakeChecks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
build_iOS:
|
||||
|
||||
Reference in New Issue
Block a user