GHActions: Actually use ccache

This commit is contained in:
TellowKrinkle 2020-11-23 23:00:59 -06:00 committed by Kojin
parent 8ef6d7ffec
commit 12bf837eee
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ echo "Additional CMake Args - ${ADDITIONAL_CMAKE_ARGS}"
# Generate CMake into ./build
cmake \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_REPLAY_LOADERS=TRUE \
-D CMAKE_BUILD_PO=FALSE \