Skip to content

Commit a8eafcf

Browse files
committed
Debug
1 parent 794db31 commit a8eafcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python_wheel_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
env:
6565
MACOSX_DEPLOYMENT_TARGET: 26.5
6666
run: |
67+
ls /Applications/
6768
ln -s /Applications/Xcode_${MACOSX_DEPLOYMENT_TARGET}.app /Applications/Xcode.app
69+
echo ln -s /Applications/Xcode_${MACOSX_DEPLOYMENT_TARGET}.app /Applications/Xcode.app
70+
ls /Applications/
6871
mkdir wheel_creation && cd wheel_creation
6972
cp -r ../root .
7073
python3 -m venv root_build_env

0 commit comments

Comments
 (0)