Skip to content

Commit 69b116e

Browse files
committed
fix jit builds
1 parent 3e47ee7 commit 69b116e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
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 }}

.github/workflows/reusable-windows-msi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)