CI: Use bash to properly expand variable (#127822)

This commit is contained in:
Hugo van Kemenade 2024-12-11 14:57:51 +02:00 committed by GitHub
parent ce76b547f9
commit b2ad7e0a2c
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