Skip to content

Commit

Permalink
mac
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Aug 22, 2024
1 parent 40c1b7e commit 2cc3dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: make
run: |
brew install boost@1.74 htslib
export CXXFLAGS='-I/opt/homebrew/opt/boost@1.74/include -I/opt/homebrew/opt/htslib/include'
export LDFLAGS='-L/opt/homebrew/opt/boost@1.74/lib -L/opt/homebrew/opt/htslib/lib'
brew install boost htslib
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 2cc3dcc

Please sign in to comment.