]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CI: Use bash to properly expand variable (#127822)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 11 Dec 2024 12:57:51 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 12:57:51 +0000 (12:57 +0000)
.github/workflows/reusable-windows-msi.yml

index d0d53dba0b45d120c4a1747cef033b2b6479df4d..a1c45d954247fb041731d6f2018b0fed0d8c21be 100644 (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