From 621cc4f039df390503b3bf41553ab56027ff2b65 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 15 Dec 2025 17:34:24 +0500 Subject: [PATCH] build scripts - don't provide ccache explicitly as it's autodetected --- .github/workflows/ci-ifcopenshell-docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-docker.yml b/.github/workflows/ci-ifcopenshell-docker.yml index 52764cd4b6..d6663ff198 100644 --- a/.github/workflows/ci-ifcopenshell-docker.yml +++ b/.github/workflows/ci-ifcopenshell-docker.yml @@ -42,8 +42,6 @@ jobs: run: | mkdir build && cd build cmake \ - -DCMAKE_C_COMPILER_LAUNCHER=ccache \ - -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ -DCMAKE_INSTALL_PREFIX=$PWD/install/ \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_PREFIX_PATH=/usr \