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 175ea090d And the other instances
175ea090d is described below
commit 175ea090d34924d8b8a201b7e9ad0365646b1294
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 09:21:04 2026 +0100
And the other instances
---
.github/workflows/codeql.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index ab7cca49f..1d64ceab7 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -82,13 +82,13 @@ jobs:
echo on
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
+ cd apr/apr-$APR_VERSION
./buildconf
./configure
make
cd ../../native
- sh buildconf --with-apr=../apr/apr-$env:APR_VERSION
- ./configure--with-apr=../apr/apr-$env:APR_VERSION
+ sh buildconf --with-apr=../apr/apr-$APR_VERSION
+ ./configure--with-apr=../apr/apr-$APR_VERSION
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]