Skip to content

Commit da74fd8

Browse files
committed
Express env variable correctly
1 parent 8f63666 commit da74fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_wheel_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
MACOSX_DEPLOYMENT_TARGET: 26.5
6666
run: |
67-
ln -s /Applications/Xcode_${{MACOSX_DEPLOYMENT_TARGET}}.app /Applications/Xcode.app
67+
ln -s /Applications/Xcode_${MACOSX_DEPLOYMENT_TARGET}.app /Applications/Xcode.app
6868
mkdir wheel_creation && cd wheel_creation
6969
cp -r ../root .
7070
python3 -m venv root_build_env

0 commit comments

Comments
 (0)