Skip to content

Commit b5a706a

Browse files
authored
Update shell type and filename on another job.
1 parent f94e460 commit b5a706a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
3636
- name: Build CPython
3737
run: >-
38-
.\PCbuild\build.bat
38+
.\\PCbuild\\build.bat
3939
-e -d
4040
-p "${ARCH}"
4141
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
42+
shell: bash
4243
- name: Display build info
4344
if: inputs.arch != 'arm64'
4445
run: .\python.bat -m test.pythoninfo

0 commit comments

Comments
 (0)