diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index a466cc32b5f..78376da8432 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -4,7 +4,7 @@ echo "a" source wheels/multibuild/common_utils.sh echo "b" -source wheels/multibuild/library_builders.sh +PLAT="x86_64" source wheels/multibuild/library_builders.sh echo "c" if [ -z "$IS_MACOS" ]; then source wheels/multibuild/manylinux_utils.sh