Skip to content

Commit

Permalink
CI: Use bash to properly expand variable (pythonGH-127822)
Browse files Browse the repository at this point in the history
(cherry picked from commit b2ad7e0)

Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
hugovk authored and miss-islington committed Dec 11, 2024
1 parent acf05aa commit 7013eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-windows-msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7013eed

Please sign in to comment.