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 efcb96cca Try using (git) bash instead of pwsh in mod_jk build action
efcb96cca is described below

commit efcb96cca06b8d56bf9b6823b082b249f60815d9
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 20:05:48 2026 +0200

    Try using (git) bash instead of pwsh in mod_jk build action
---
 .github/workflows/makefile-isapi-win.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/makefile-isapi-win.yml 
b/.github/workflows/makefile-isapi-win.yml
index d774f632e..9916ab320 100644
--- a/.github/workflows/makefile-isapi-win.yml
+++ b/.github/workflows/makefile-isapi-win.yml
@@ -21,11 +21,10 @@ jobs:
     steps:
     - uses: actions/checkout@v7
     - name: Download and install strawberryperl
-      shell: pwsh
+      shell: bash
       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 /i perl.msi
+            msiexec.exe /q /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