Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 18, 2024
1 parent cdd2427 commit b4aa63e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
if: ${{ matrix.pg >= 15 }}

- name: Generate
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_C_FLAGS=$GETTEXT_FIX
env:
# Fixes missing libintl.h on some runners
GETTEXT_FIX: "-I /usr/local/include"
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_C_FLAGS=-I\ /usr/local/include

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

0 comments on commit b4aa63e

Please sign in to comment.