Skip to content

Commit

Permalink
fix(ci): apt install liblzma
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Dec 21, 2024
1 parent ef66479 commit 880d897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.ref }}
- name: Install htslib
run: |
sudo apt-get install -y libbz2-dev
sudo apt-get install -y libbz2-dev liblzma-dev
wget https://github.com/samtools/htslib/releases/download/1.17/htslib-1.17.tar.bz2
tar -xvf htslib-1.17.tar.bz2
cd htslib-1.17
Expand Down

0 comments on commit 880d897

Please sign in to comment.