Skip to content

Commit

Permalink
fix macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jul 18, 2024
1 parent ff19b6c commit 1ef9f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: make
run: |
brew install boost htslib
brew install [email protected] htslib
export CXXFLAGS='-I/opt/homebrew/opt/[email protected]/include -I/opt/homebrew/opt/htslib/include'
export LDFLAGS='-L/opt/homebrew/opt/[email protected]/lib -L/opt/homebrew/opt/htslib/lib'
make

0 comments on commit 1ef9f5f

Please sign in to comment.