Try different way of invoking ccache

This commit is contained in:
Thomas Krijnen
2023-03-12 11:46:25 +01:00
committed by GitHub
parent e50045bbed
commit 88c06f5450
+2 -3
View File
@@ -51,10 +51,9 @@ jobs:
- name: Build ifcopenshell
run: |
sudo /usr/sbin/update-ccache-symlinks
mkdir build && cd build
cmake \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
PATH="/usr/lib/ccache:$PATH cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=/usr \
-DCMAKE_SYSTEM_PREFIX_PATH=/usr \