From a857db2dfcf4707ce2dd0ae1df2c74cbfc818a39 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 13 Nov 2023 20:08:55 +1100 Subject: [PATCH] plat --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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