diff --git a/.github/workflows/geode-build.yml b/.github/workflows/geode-build.yml index ec85a26..df2a252 100644 --- a/.github/workflows/geode-build.yml +++ b/.github/workflows/geode-build.yml @@ -17,7 +17,7 @@ jobs: - name: macOS os: macos-latest - configure-args: '-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON' + configure-args: '-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON -DGEODE_DISABLE_PRECOMPILED_HEADERS=ON' name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }}