We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99e691 commit acddcacCopy full SHA for acddcac
.github/workflows/qt5_6.yml
@@ -123,7 +123,7 @@ jobs:
123
echo '::group::Install official Python'
124
# We need the official Python, because the GA ones only support newer macOS versions
125
export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2 | cut -d'.' -f1,2)
126
- curl https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg -o "python.pkg"
+ curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
127
sudo installer -pkg python.pkg -target /
128
python3 --version
129
echo '::endgroup::'
0 commit comments