Skip to content

Commit b196dc9

Browse files
committed
build-wheels.sh: debugging github build failure
1 parent 41707eb commit b196dc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-wheels.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ else
5252
fi
5353
fi
5454

55+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
56+
5557
# Compile wheels
5658
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
5759
[ -d "$PYBIN" ] || continue

0 commit comments

Comments
 (0)