We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeed009 commit aa3cdd0Copy full SHA for aa3cdd0
.github/workflows/macosx.yml
@@ -15,7 +15,7 @@ jobs:
15
submodules: 'recursive'
16
- name: make
17
run: |
18
- brew install boost htslib autoconf
+ brew install boost htslib autoconf libtool automake
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