Skip to content

Commit

Permalink
Trying to fix workflow HTSlib install.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonAHendry committed Jan 14, 2025
1 parent 95be87e commit 6858975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
submodules: true # HTSlib uses 'htscodecs' as a submodule
repository: samtools/htslib
path: htslib

- name: Build and install HTSlib
run: |
sudo apt-get update && sudo apt-get install -y libbz2-dev
cd htslib
autoreconf -i
./configure --prefix ${{github.workspace}}/htslib
Expand Down

0 comments on commit 6858975

Please sign in to comment.