Skip to content

Commit aa3cdd0

Browse files
committed
automake
1 parent eeed009 commit aa3cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: 'recursive'
1616
- name: make
1717
run: |
18-
brew install boost htslib autoconf
18+
brew install boost htslib autoconf libtool automake
1919
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include'
2020
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib'
2121
make

0 commit comments

Comments
 (0)