Skip to content

Commit 67d5712

Browse files
.github/workflows/dnmtools_release_macos.yml: using threads to build htslib
1 parent 785ab94 commit 67d5712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dnmtools_release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--disable-ref-cache \
3737
--without-libdeflate \
3838
LDADD="-L/usr/local/lib"
39-
make CFLAGS="-Wall -O2 -fvisibility=hidden" libhts.a
39+
make -j4 CFLAGS="-Wall -O2 -fvisibility=hidden" libhts.a
4040
sudo cp libhts.a /opt/dnmtools/lib
4141
- name: Build dnmtools
4242
run: |

0 commit comments

Comments
 (0)