Skip to content

Commit

Permalink
cxxflags?
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Oct 2, 2023
1 parent d683370 commit 474fe12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Debug
run: |
ls /usr/local/include
brew --prefix
mdfind -name libintl.h
- name: Cache Cargo
Expand All @@ -40,7 +40,7 @@ jobs:
brew link postgresql@${{ matrix.pg }}
- name: Generate
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_CXX_FLAGS=-I/usr/local/include
run: VERBOSE=true cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_CXX_FLAGS=-I/usr/local/include

- name: Build
run: cmake --build build --config ${{ matrix.config }}
Expand Down

0 comments on commit 474fe12

Please sign in to comment.