File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9696 python-version : ' 3.11'
9797
9898 - name : Native Windows
99+ if : runner.os == 'Windows'
99100 run : |
100101 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
101102 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ${{ inputs.os }}
2525 timeout-minutes : 60
2626 env :
27- IncludeFreethreaded : true
2827 ARCH : ${{ inputs.arch }}
28+ IncludeFreethreaded : true
2929 steps :
3030 - uses : actions/checkout@v4
3131 with :
3232 persist-credentials : false
3333 - name : Build CPython installer
34- shell : powershell
3534 run : ./Tools/msi/build.bat --doc -"${env:ARCH}"
35+ shell : powershell
3636
You can’t perform that action at this time.
0 commit comments