Skip to content

Commit

Permalink
Set macOS LIBRARY_PATH for Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jan 5, 2022
1 parent 7308ff9 commit 7b858e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
brew install automake \
libpng \
libxt
echo "LIBRARY_PATH=$(brew --prefix)/lib${LIBRARY_PATH:+:${LIBRARY_PATH}}" >> $GITHUB_ENV
- name: Bootstrap
run: |
sh ./bootstrap
Expand Down

0 comments on commit 7b858e2

Please sign in to comment.