diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 472736ee..24052057 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -42,7 +42,9 @@ jobs: if: ${{ matrix.pg >= 15 }} - name: Generate - run: VERBOSE=true cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_C_FLAGS=-I\ /usr/local/include + run: VERBOSE=true cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} + env: + CFLAGS: -I\ /usr/local/include - name: Build run: cmake --build build --config ${{ matrix.config }}