|
@@ -159,7 +159,6 @@ jobs:
|
|
|
VCMI_BUILD_PLATFORM: x64
|
|
|
|
|
|
- name: ccache
|
|
|
- if: startsWith(matrix.preset, 'ios') != true
|
|
|
uses: hendrikmuhs/[email protected]
|
|
|
with:
|
|
|
key: ${{ matrix.preset }}
|
|
@@ -203,15 +202,9 @@ jobs:
|
|
|
PULL_REQUEST: ${{ github.event.pull_request.number }}
|
|
|
|
|
|
- name: CMake Preset with ccache
|
|
|
- if: startsWith(matrix.preset, 'ios') != true
|
|
|
run: |
|
|
|
cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache --preset ${{ matrix.preset }}
|
|
|
|
|
|
- - name: CMake Preset without ccache
|
|
|
- if: startsWith(matrix.preset, 'ios')
|
|
|
- run: |
|
|
|
- cmake --preset ${{ matrix.preset }}
|
|
|
-
|
|
|
- name: Build Preset
|
|
|
run: |
|
|
|
cmake --build --preset ${{matrix.preset}}
|