From 090a144d9938f965d929b2ae6a0441da7a36ba83 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Mon, 18 Nov 2024 09:33:42 +0100 Subject: [PATCH] Trying out CMAKE_C_FLAGS --- .github/workflows/test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index c360e7e7..472736ee 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -42,7 +42,7 @@ jobs: if: ${{ matrix.pg >= 15 }} - name: Generate - run: VERBOSE=true cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} + run: VERBOSE=true cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_C_FLAGS=-I\ /usr/local/include - name: Build run: cmake --build build --config ${{ matrix.config }}