We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8dbcc commit ba8cbc7Copy full SHA for ba8cbc7
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}
18
- name: make
19
run: |
20
- mkdir build && cd build && cmake .. -DZLIBNG=ON -DBUILD_FUNCTESTING=ON && make && make install && cd ..
+ mkdir build && cd build && cmake .. -DZLIBNG=ON -DBUILD_FUNCTESTING=ON -DNO_HTSLIB=ON && make && make install && cd ..
21
- name: Functional testing
22
23
cd build && make test
0 commit comments