Skip to content

Commit

Permalink
CI: Use bash to properly expand variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 11, 2024
1 parent d5d84c3 commit 7c43042
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 7c43042

Please sign in to comment.