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 9cd4a0515 Add required package
9cd4a0515 is described below
commit 9cd4a051591b12c74d392aecf486167a093695e9
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 09:33:43 2026 +0100
Add required package
---
.github/workflows/codeql.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c1f9417d4..7df3cf9a6 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -80,6 +80,7 @@ jobs:
shell: bash
run: |
echo on
+ apt-get install libtool-bin
curl -L -o apr.zip
https://github.com/apache/apr/archive/refs/tags/$APR_VERSION.zip
unzip apr.zip
cd apr-$APR_VERSION
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]