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 5435c8a commit 64f7ecbCopy full SHA for 64f7ecb
1 file changed
.github/workflows/reusable-windows.yml
@@ -16,7 +16,7 @@ on:
16
description: Which interpreter to build
17
required: false
18
type: string
19
- default: regular
+ default: switch-case
20
21
env:
22
FORCE_COLOR: 1
@@ -43,7 +43,7 @@ jobs:
43
run: >-
44
.\\PCbuild\\build.bat
45
-e -v
46
- ${{ inputs.interpreter == 'regular' && '-d' || '--tail-call-interp -c Release' }}
+ ${{ inputs.interpreter == 'switch-case' && '-d' || '--tail-call-interp -c Release' }}
47
-p "${ARCH}"
48
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
49
shell: bash
@@ -54,6 +54,6 @@ jobs:
54
.\\PCbuild\\rt.bat
55
56
-q --fast-ci
57
- ${{ inputs.interpreter == 'regular' && '-d' || '' }}
+ ${{ inputs.interpreter == 'switch-case' && '-d' || '' }}
58
59
0 commit comments