Skip to content

Commit 4236157

Browse files
committed
sdsl
1 parent b3966d8 commit 4236157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macosx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: make
1515
run: |
16-
brew install boost htslib
17-
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include'
18-
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib'
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'
1919
make

0 commit comments

Comments
 (0)