Skip to content

Commit

Permalink
What about CLFAGS env?
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 18, 2024
1 parent 090a144 commit e21ae63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e21ae63

Please sign in to comment.