We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4236157 commit 32fb843Copy full SHA for 32fb843
.github/workflows/macosx.yml
@@ -11,9 +11,11 @@ jobs:
11
runs-on: macos-latest
12
steps:
13
- uses: actions/checkout@v2
14
+ with:
15
+ submodules: 'recursive'
16
- name: make
17
run: |
- 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'
18
- export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib -L/opt/homebrew/opt/sdsl-lite/lib'
+ 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'
21
make
0 commit comments