Skip to content

Commit 71e61f4

Browse files
try wget
1 parent 6832ef2 commit 71e61f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qt5_6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
echo '::group::Install official Python'
124124
# We need the official Python, because the GA ones only support newer macOS versions
125125
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 /tmp/python.pkg
127-
sudo installer -pkg /tmp/python.pkg -target /
126+
wget https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
127+
sudo installer -pkg ./${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg -target /
128128
python3 --version
129129
echo '::endgroup::'
130130

0 commit comments

Comments
 (0)