1
0
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:
Joakim Thorén
2023-12-27 21:17:56 +01:00
parent 9001124c3a
commit 721c189b20

View File

@@ -244,7 +244,7 @@ jobs:
- name: CMake Preset with ccache
run: |
cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache --preset ${{ matrix.preset }}
cmake -DENABLE_CCACHE:BOOL=ON --preset ${{ matrix.preset }}
- name: Build Preset
run: |