File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 persist-credentials : false
3333 - name : Build CPython installer
34- run : ./Tools/msi/build.bat --doc -"${env: ARCH}"
35- shell : powershell
34+ run : ./Tools/msi/build.bat --doc -"${ARCH}"
35+ shell : bash
3636
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 if : inputs.arch != 'Win32'
3838 run : echo "::add-matcher::.github/problem-matchers/msvc.json"
3939 - name : Print PATH
40- run : echo ${env: PATH}
40+ run : echo "${ PATH}"
4141 - name : Build CPython
4242 run : >-
4343 .\\PCbuild\\build.bat
4444 -e -d -v
45- -p "${env: ARCH}"
45+ -p "${ARCH}"
4646 ${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
47- shell : powershell
47+ shell : bash
4848 - name : Display build info
4949 run : .\\python.bat -m test.pythoninfo
5050 - name : Tests
5353 -p "${env:ARCH}"
5454 -d -q --fast-ci
5555 ${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
56- shell : powershell
56+ shell : bash
You can’t perform that action at this time.
0 commit comments