From 192ed55462cc39bef8245e432bee592b11131e59 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Sun, 7 May 2023 19:22:30 +0200 Subject: [PATCH] Change: disable precompiled headers on Linux (GCC - Dedicated) target to ensure those still build --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 29fb6db54d..7892bf53d0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -88,7 +88,7 @@ jobs: - name: GCC - Dedicated compiler: gcc cxxcompiler: g++ - extra-cmake-parameters: -DOPTION_DEDICATED=ON -DCMAKE_CXX_FLAGS_INIT="-DRANDOM_DEBUG" + extra-cmake-parameters: -DOPTION_DEDICATED=ON -DCMAKE_CXX_FLAGS_INIT="-DRANDOM_DEBUG" -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON # Compile without SDL / SDL2, as that should compile fine too. name: Linux (${{ matrix.name }})