We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fb843 commit eeed009Copy full SHA for eeed009
.github/workflows/macosx.yml
@@ -15,7 +15,7 @@ jobs:
15
submodules: 'recursive'
16
- name: make
17
run: |
18
- brew install boost htslib
+ brew install boost htslib autoconf
19
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include'
20
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib'
21
make
0 commit comments