From 2a84e816b6302f8f1b0ee114004ba75d65570450 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 14 Nov 2023 18:03:49 +1100 Subject: [PATCH] cp --- .github/workflows/wheels-dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 039e56cbc1e..80c50e9ab3a 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -88,10 +88,11 @@ function build { fi build_simple libxcb $LIBXCB_VERSION https://www.x.org/releases/individual/lib if [ -n "$IS_MACOS" ]; then + cp /Users/runner/hostedtoolcache/Python/Current/x64/include/xcb/xcb.h /usr/local/include/xcb/xcb.h + BUILD_PREFIX=$ORIGINAL_BUILD_PREFIX PKG_CONFIG_PATH=$ORIGINAL_PKG_CONFIG_PATH fi - find / -iname xcb.h build_libjpeg_turbo if [[ -n "$IS_MACOS" ]]; then