We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e2045 commit 8f91360Copy full SHA for 8f91360
.github/workflows/build-test-package-python.yml
@@ -35,6 +35,12 @@ jobs:
35
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
36
df -h
37
38
+ - name: 'Fetch build dependencies'
39
+ shell: bash
40
+ runs: |
41
+ sudo apt install zstd
42
+ unzstd --version
43
+
44
- name: 'Fetch build script'
45
run: |
46
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O
0 commit comments