Skip to content

Commit bc98a90

Browse files
committed
change shell
1 parent b06e0bc commit bc98a90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Build CPython installer
34-
run: ./Tools/msi/build.bat --doc -"${ARCH}"
34+
run: ./Tools/msi/build.bat --doc -"%ARCH%"
35+
shell: cmd

0 commit comments

Comments
 (0)