Skip to content

Commit

Permalink
Update shell type and filename on another job.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Dec 10, 2024
1 parent f94e460 commit b5a706a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
- name: Build CPython
run: >-
.\PCbuild\build.bat
.\\PCbuild\\build.bat
-e -d
-p "${ARCH}"
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
shell: bash
- name: Display build info
if: inputs.arch != 'arm64'
run: .\python.bat -m test.pythoninfo
Expand Down

0 comments on commit b5a706a

Please sign in to comment.