We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c0c02 commit 559d68eCopy full SHA for 559d68e
.github/workflows/ccpp.yml
@@ -19,15 +19,15 @@ jobs:
19
- uses: actions/checkout@master
20
- name: download htslib
21
run: |
22
- wget https://github.com/samtools/htslib/archive/1.10.2.tar.gz
+ wget https://github.com/samtools/htslib/archive/1.12.tar.gz
23
sudo apt-get install gcc-11
24
- name: untar
25
- run: tar xf 1.10.2.tar.gz
+ run: tar xf 1.12.tar.gz
26
- name: install htslib
27
env:
28
CC: gcc-11
29
30
- cd htslib-1.10.2/
+ cd htslib-1.12/
31
autoreconf -i
32
./configure
33
make
0 commit comments