Skip to content

Commit

Permalink
Adding another dependency for actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonAHendry committed Jan 14, 2025
1 parent 6858975 commit f3f3936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

0 comments on commit f3f3936

Please sign in to comment.