build.yml: Force CMake to use ccache

CMake in the Ubuntu 22.04 environment doesn't seem to pick up on ccache
implicitly anymore.
develop
lethosor 2022-06-08 22:18:13 -04:00
parent 3f6b30af15
commit e3f617d98e
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 2 additions and 0 deletions

@ -90,6 +90,8 @@ jobs:
-DBUILD_SIZECHECK:BOOL=${{ matrix.plugins == 'all' }} \
-DBUILD_STONESENSE:BOOL=${{ matrix.plugins == 'all' }} \
-DBUILD_SUPPORTED:BOOL=1 \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_INSTALL_PREFIX="$DF_FOLDER"
- name: Build DFHack
run: |