Skip to content

Commit bfc7a52

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

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)