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 76e64f752 Need sudo to install packages
76e64f752 is described below

commit 76e64f752160de169dcae7ef3ec9d3216f9d0700
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 15 09:36:33 2026 +0100

    Need sudo to install packages
---
 .github/workflows/codeql.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7df3cf9a6..6e809c2e4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -80,7 +80,8 @@ jobs:
       shell: bash
       run: |
         echo on
-        apt-get install libtool-bin
+        sudo apt-get update
+        sudo 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]

Reply via email to