File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Download python-3 standalone
3232 shell : bash
33+ env :
34+ WINPYVERSION : ${{ env.WINPYVERSION }}
35+ python_source : ${{ env.python_source }}
36+ python_sha256 : ${{ env.python_sha256 }}
3337 run : |
34- curl -L -o python-$WINPYVERSION-embed.tar.gz $python_source
38+ curl.exe -L -o " python-$WINPYVERSION-embed.tar.gz $python_source
3539 # Calculate SHA256 hash
3640 actual_hash=$(sha256sum python-$WINPYVERSION-embed.tar.gz | cut -d' ' -f1)
3741
4549 fi
4650
4751 - name : Extract python-$WINPYVERSION-embed.tar.gz to dotpython
52+ shell : bash
53+ env :
54+ WINPYVERSION : ${{ env.WINPYVERSION }}
4855 run : |
4956 mkdir dotpython
5057 tar -xf python-$WINPYVERSION-embed.tar.gz -C dotpython
5663
5764 - name : Copy launchers_final files to dotpython
5865 # enriching things: dotpython can be used as the building python
59- # shell: pwsh
66+ shell : bash
6067 run : |
6168 # would run with shell: bash
6269 cp -r winpython/portable/launchers_final/* dotpython/
You can’t perform that action at this time.
0 commit comments