mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Replace direct usage of CMAKE_CXX_COMPILER_LAUNCHER with ENABLE_CCACHE in CI
This commit is contained in:
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@@ -244,7 +244,7 @@ jobs:
|
|||||||
|
|
||||||
- name: CMake Preset with ccache
|
- name: CMake Preset with ccache
|
||||||
run: |
|
run: |
|
||||||
cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache --preset ${{ matrix.preset }}
|
cmake -DENABLE_CCACHE:BOOL=ON --preset ${{ matrix.preset }}
|
||||||
|
|
||||||
- name: Build Preset
|
- name: Build Preset
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user