Skip to content

Commit

Permalink
mac osx
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Sep 17, 2024
1 parent 0c9af0b commit 49d096f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- name: make
run: |
brew install boost htslib opencv
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include'
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib'
make

0 comments on commit 49d096f

Please sign in to comment.