We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3966d8 commit 4236157Copy full SHA for 4236157
.github/workflows/macosx.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- name: make
15
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'
+ brew install boost htslib sdsl-lite
+ export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include -I/opt/homebrew/opt/sdsl-lite/include'
+ export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib -L/opt/homebrew/opt/sdsl-lite/lib'
19
make
0 commit comments