[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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