Skip to content

Commit e9c691e

Browse files
Update qt5_6.yml
1 parent 37b1787 commit e9c691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qt5_6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
echo '::group::Install official Python'
124124
# We need the official Python, because the GA ones only support newer macOS versions
125-
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* || true
125+
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* /usr/local/opt/python3 || true
126126
# export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
127127
export PYTHON_VERSION=3.12.7
128128
wget -qO ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg

0 commit comments

Comments
 (0)