Skip to content

Commit f1ca51e

Browse files
committed
Adds missing dependencies to Github workflow.
1 parent 38fbc83 commit f1ca51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
set -euo pipefail
1616
sudo apt update
17-
sudo apt install -y build-essential bcftools cmake git gzip python3-dev python3-pip python3-setuptools
17+
sudo apt install -y build-essential bcftools cmake git gzip liblzma-dev libzstd-dev python3-dev python3-pip python3-setuptools zlib1g-dev
1818
pip3 --version
1919
pip3 install wheel
2020
pip3 install cget

0 commit comments

Comments
 (0)