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 18243eb commit 5ee2709Copy full SHA for 5ee2709
.github/workflows/main.yml
@@ -31,6 +31,7 @@ jobs:
31
)
32
brew install ${PACKAGES[@]}
33
echo "CPPFLAGS=-I/opt/homebrew/include" >> "$GITHUB_ENV"
34
+ echo "LDFLAGS=-L/opt/homebrew/lib" >> "$GITHUB_ENV"
35
- name: checkout APF source code
36
uses: actions/checkout@v2
37
- name: run unit tests
0 commit comments