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 70d8322d1 Don't bother using git bash for msixec.
70d8322d1 is described below

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

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

diff --git a/.github/workflows/makefile-mod_jk-win.yml 
b/.github/workflows/makefile-mod_jk-win.yml
index f0c8baa2f..c16905abd 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -24,10 +24,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: Download and install ApacheLounge httpd
       shell: bash
       run: |


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

Reply via email to