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 166633037 Add some debugging
166633037 is described below
commit 166633037fcfec3bffe97d494ba062b630ac2741
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 20:28:47 2026 +0200
Add some debugging
---
.github/workflows/makefile-mod_jk-win.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/makefile-mod_jk-win.yml
b/.github/workflows/makefile-mod_jk-win.yml
index c16905abd..3da7429c0 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -33,7 +33,9 @@ jobs:
shell: bash
run: |
curl -L -o httpd.zip
https://www.apachelounge.com/download/VS18/binaries/httpd-$env:APACHE_VERSION-${{
matrix.httpd_arch }}-VS18.zip
- unzip -q -d ApacheLounge httpd.zip
+ ls -l
+ pwd
+ unzip -q httpd.zip -d ApacheLounge
- name: Build using Nmake
shell: cmd
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]