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 773018a94 This is Linux, not Windows
773018a94 is described below
commit 773018a9439e54a9da2a90aeb3ce172177c62b1a
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 08:44:59 2026 +0100
This is 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 b868f4d27..319d35360 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -81,7 +81,7 @@ jobs:
run: |
echo on
curl -L -o apr.zip
https://github.com/apache/apr/archive/refs/tags/$env:APR_VERSION.zip
- Expand-Archive apr.zip
+ unzip apr.zip
cd apr/apr-$env:APR_VERSION
./buidlconf
./configure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]