Skip to content

Commit 18243eb

Browse files
committed
macOS CI: add homebrew include path
1 parent 1efdfcb commit 18243eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
portaudio
3131
)
3232
brew install ${PACKAGES[@]}
33+
echo "CPPFLAGS=-I/opt/homebrew/include" >> "$GITHUB_ENV"
3334
- name: checkout APF source code
3435
uses: actions/checkout@v2
3536
- name: run unit tests

0 commit comments

Comments
 (0)