This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 26736a6c2 Again, Linux not Windows
26736a6c2 is described below
commit 26736a6c2d228faf5c2226121d9e7e9e3117e873
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 09:20:42 2026 +0100
Again, Linux not Windows
---
.github/workflows/codeql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 457361753..ab7cca49f 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -80,7 +80,7 @@ jobs:
shell: bash
run: |
echo on
- curl -L -o apr.zip
https://github.com/apache/apr/archive/refs/tags/$env:APR_VERSION.zip
+ curl -L -o apr.zip
https://github.com/apache/apr/archive/refs/tags/$APR_VERSION.zip
unzip apr.zip
cd apr/apr-$env:APR_VERSION
./buildconf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]