]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] CI: Use bash to properly expand variable (GH-127822) (#127824)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Dec 2024 15:42:17 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 15:42:17 +0000 (15:42 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.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