diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8ed1c4555f..930a3f7d5c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -162,7 +162,6 @@ jobs: # We build and run the Lagom tests in a separate job, and sanitizer builds take a good while longer than non-sanitized. run: | cmake -S Meta/CMake/Superbuild -B Build/superbuild -GNinja \ - -DENABLE_COMPILETIME_HEADER_CHECK=ON \ -DSERENITY_ARCH=${{ matrix.arch }} \ -DSERENITY_TOOLCHAIN=GNU \ -DCMAKE_C_COMPILER=gcc-11 \