We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efdfcb commit 18243ebCopy full SHA for 18243eb
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
portaudio
31
)
32
brew install ${PACKAGES[@]}
33
+ echo "CPPFLAGS=-I/opt/homebrew/include" >> "$GITHUB_ENV"
34
- name: checkout APF source code
35
uses: actions/checkout@v2
36
- name: run unit tests
0 commit comments