We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1290ea6 commit 3758ee0Copy full SHA for 3758ee0
.github/workflows/macosx.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: make
15
run: |
16
brew install boost@1.76 htslib
17
- make
+ make CXXFLAGS='-I/opt/homebrew/opt/boost@1.76/include' LDFLAGS='-L/opt/homebrew/opt/boost@1.76/lib'
0 commit comments