File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,14 @@ jobs:
3737
3838 - name : ' Fetch build dependencies'
3939 shell : bash
40- runs : |
40+ run : |
4141 sudo apt install zstd
4242 unzstd --version
4343
4444 - name : ' Fetch build script'
4545 run : |
46- curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O
46+ # FIXME: Workaround for https://github.com/InsightSoftwareConsortium/ITKPythonPackage/pull/225
47+ curl -L https://raw.githubusercontent.com/tbirdso/ITKPythonPackage/ba0d41aa04d66c2951ac28c03152f932b03e2789/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O
4748 chmod u+x dockcross-manylinux-download-cache-and-build-module-wheels.sh
4849
4950 - name : ' Build 🐍 Python 📦 package'
You can’t perform that action at this time.
0 commit comments