Skip to content

Commit eeed009

Browse files
committed
recursive
1 parent 32fb843 commit eeed009

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
18+
brew install boost htslib autoconf
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)