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 f94e460 commit b5a706aCopy full SHA for b5a706a
.github/workflows/reusable-windows.yml
@@ -35,10 +35,11 @@ jobs:
35
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
36
- name: Build CPython
37
run: >-
38
- .\PCbuild\build.bat
+ .\\PCbuild\\build.bat
39
-e -d
40
-p "${ARCH}"
41
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
42
+ shell: bash
43
- name: Display build info
44
if: inputs.arch != 'arm64'
45
run: .\python.bat -m test.pythoninfo
0 commit comments