Skip to content

Commit 32fb843

Browse files
committed
recursive
1 parent 4236157 commit 32fb843

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/macosx.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
runs-on: macos-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
submodules: 'recursive'
1416
- name: make
1517
run: |
16-
brew install boost htslib sdsl-lite
17-
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include -I/opt/homebrew/opt/sdsl-lite/include'
18-
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib -L/opt/homebrew/opt/sdsl-lite/lib'
18+
brew install boost htslib
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'
1921
make

0 commit comments

Comments
 (0)