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 b37629ad3 Fix typo
b37629ad3 is described below
commit b37629ad3410659a50b587ada0c7d32bfc63dcaa
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 08:45:14 2026 +0100
Fix typo
---
.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 319d35360..457361753 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -83,7 +83,7 @@ jobs:
curl -L -o apr.zip
https://github.com/apache/apr/archive/refs/tags/$env:APR_VERSION.zip
unzip apr.zip
cd apr/apr-$env:APR_VERSION
- ./buidlconf
+ ./buildconf
./configure
make
cd ../../native
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]