Skip to content

Commit 559d68e

Browse files
committed
bumping htslib version
1 parent c7c0c02 commit 559d68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- uses: actions/checkout@master
2020
- name: download htslib
2121
run: |
22-
wget https://github.com/samtools/htslib/archive/1.10.2.tar.gz
22+
wget https://github.com/samtools/htslib/archive/1.12.tar.gz
2323
sudo apt-get install gcc-11
2424
- name: untar
25-
run: tar xf 1.10.2.tar.gz
25+
run: tar xf 1.12.tar.gz
2626
- name: install htslib
2727
env:
2828
CC: gcc-11
2929
run: |
30-
cd htslib-1.10.2/
30+
cd htslib-1.12/
3131
autoreconf -i
3232
./configure
3333
make

0 commit comments

Comments
 (0)