[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:
Miss Islington (bot)
2024-12-11 16:42:17 +01:00
committed by GitHub
parent a94e20e4f1
commit f56da922cb
+2 -1
View File
@@ -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