mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
[3.13] CI: Use bash to properly expand variable (GH-127822) (#127824)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a94e20e4f1
commit
f56da922cb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user