We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e47ee7 commit 69b116eCopy full SHA for 69b116e
2 files changed
.github/workflows/jit.yml
@@ -96,6 +96,7 @@ jobs:
96
python-version: '3.11'
97
98
- name: Native Windows
99
+ if: runner.os == 'Windows'
100
run: |
101
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
102
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
.github/workflows/reusable-windows-msi.yml
@@ -24,13 +24,13 @@ jobs:
24
runs-on: ${{ inputs.os }}
25
timeout-minutes: 60
26
env:
27
- IncludeFreethreaded: true
28
ARCH: ${{ inputs.arch }}
+ IncludeFreethreaded: true
29
steps:
30
- uses: actions/checkout@v4
31
with:
32
persist-credentials: false
33
- name: Build CPython installer
34
- shell: powershell
35
run: ./Tools/msi/build.bat --doc -"${env:ARCH}"
+ shell: powershell
36
0 commit comments