Skip to content

Commit 8f91360

Browse files
committed
ENH: Install unzstd dependency on Linux
1 parent 15e2045 commit 8f91360

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-package-python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
3636
df -h
3737
38+
- name: 'Fetch build dependencies'
39+
shell: bash
40+
runs: |
41+
sudo apt install zstd
42+
unzstd --version
43+
3844
- name: 'Fetch build script'
3945
run: |
4046
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O

0 commit comments

Comments
 (0)