mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
CI: Use bash to properly expand variable (#127822)
This commit is contained in:
parent
ce76b547f9
commit
b2ad7e0a2c
3
.github/workflows/reusable-windows-msi.yml
vendored
3
.github/workflows/reusable-windows-msi.yml
vendored
@ -24,4 +24,5 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Build CPython installer
|
||||
run: .\Tools\msi\build.bat --doc -"${ARCH}"
|
||||
run: ./Tools/msi/build.bat --doc -"${ARCH}"
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user