File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ jobs:
122122
123123 echo '::group::Install official Python'
124124 # 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- 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 /
125+ export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
126+ wget -O ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
127+ sudo installer -pkg ${{ github.workspace }} /python.pkg -target /
128128 python3 --version
129129 echo '::endgroup::'
130130
You can’t perform that action at this time.
0 commit comments