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 31942419a mod_jk windows action: Need to extract zip in subdir due to
file conflict
31942419a is described below
commit 31942419a8dc49dea71b10b1ebc6930dbec4c58e
Author: rainerjung <[email protected]>
AuthorDate: Thu Jun 25 09:58:30 2026 +0200
mod_jk windows action: Need to extract zip in subdir due to file conflict
---
.github/workflows/makefile-mod_jk-win.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/makefile-mod_jk-win.yml
b/.github/workflows/makefile-mod_jk-win.yml
index 3c1fd0baa..d2478a08a 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -36,13 +36,13 @@ jobs:
run: |
echo on
curl -L -o httpd.zip
https://www.apachelounge.com/download/VS18/binaries/httpd-$env:APACHE_VERSION-Win64-VS18.zip
- Expand-Archive httpd.zip -DestinationPath .
+ Expand-Archive httpd.zip -DestinationPath ApacheLounge
- name: Build using Nmake
shell: cmd
run: |
echo on
echo %CD%
- set APACHE2_HOME=%CD%\Apache24
+ set APACHE2_HOME=%CD%\ApacheLounge\Apache24
dir %APACHE2_HOME%
call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cd native
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]