Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 14, 2023
1 parent 9b6c238 commit 2a84e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a84e81

Please sign in to comment.