This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new bf063bcd9 Don't bother using git bash for msiexec
bf063bcd9 is described below

commit bf063bcd9fe1c5fee35ca23e28705b2732c958ca
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 20:24:53 2026 +0200

    Don't bother using git bash for msiexec
---
 .github/workflows/makefile-isapi-win.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/makefile-isapi-win.yml 
b/.github/workflows/makefile-isapi-win.yml
index fa78ffdfc..d774f632e 100644
--- a/.github/workflows/makefile-isapi-win.yml
+++ b/.github/workflows/makefile-isapi-win.yml
@@ -21,10 +21,11 @@ jobs:
     steps:
     - uses: actions/checkout@v7
     - name: Download and install strawberryperl
-      shell: bash
+      shell: pwsh
       run: |
+            echo on
             curl -L -o perl.msi 
https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54021_64bit_UCRT/strawberry-perl-5.40.2.1-64bit.msi
-            msiexec.exe //q //i perl.msi
+            msiexec.exe /i perl.msi
     - name: Build using Nmake
       shell: cmd
       run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to