From 9434c335b8264e38abd68dd9bfbc673ad7333220 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 16 Aug 2023 14:47:24 +0200 Subject: [PATCH] Disable precompiled headers due to build errors on github --- .github/workflows/ResInsightWithCache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index 9c290822c1..00a3a12f3d 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -196,7 +196,7 @@ jobs: -D RESINSIGHT_BUNDLE_OPENSSL=true -D RESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true -D RESINSIGHT_TREAT_WARNINGS_AS_ERRORS=true - -D RESINSIGHT_ENABLE_PRECOMPILED_HEADERS=true + -D RESINSIGHT_ENABLE_PRECOMPILED_HEADERS=false -D RESINSIGHT_ENABLE_UNITY_BUILD=${{ matrix.config.unity-build }} -D RESINSIGHT_ENABLE_GRPC=${{ matrix.config.build-python-module }} -D RESINSIGHT_GRPC_PYTHON_EXECUTABLE=${{ steps.python-path.outputs.PYTHON_EXECUTABLE }}