Skip to content

Commit ba8cbc7

Browse files
authored
Update test.yml
1 parent 7e8dbcc commit ba8cbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}
1818
- name: make
1919
run: |
20-
mkdir build && cd build && cmake .. -DZLIBNG=ON -DBUILD_FUNCTESTING=ON && make && make install && cd ..
20+
mkdir build && cd build && cmake .. -DZLIBNG=ON -DBUILD_FUNCTESTING=ON -DNO_HTSLIB=ON && make && make install && cd ..
2121
- name: Functional testing
2222
run: |
2323
cd build && make test

0 commit comments

Comments
 (0)