Skip to content

Commit cc0d61d

Browse files
committed
scripts: Forward arguments from Linux module download script
Specify a specific version in GitHub Actions
1 parent ef0c133 commit cc0d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ if [[ ! -f ./ITKPythonPackage/scripts/dockcross-manylinux-build-module-wheels.sh
3939
exit 255
4040
fi
4141

42-
./ITKPythonPackage/scripts/dockcross-manylinux-build-module-wheels.sh
42+
./ITKPythonPackage/scripts/dockcross-manylinux-build-module-wheels.sh "$@"

0 commit comments

Comments
 (0)