Skip to content

Commit 7ec36bb

Browse files
committed
add lib path
1 parent 923c014 commit 7ec36bb

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
@@ -31,6 +31,7 @@ jobs:
3131
)
3232
brew install ${PACKAGES[@]}
3333
echo "CPPFLAGS=-I/opt/homebrew/include" >> "$GITHUB_ENV"
34+
echo "LDFLAGS=-L/opt/homebrew/lib" >> "$GITHUB_ENV"
3435
- name: checkout APF source code
3536
uses: actions/checkout@v2
3637
- name: run unit tests

0 commit comments

Comments
 (0)