This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 449b3d2  sudo
449b3d2 is described below

commit 449b3d2c43a7eac161c4f837612f8df23e6609ca
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Dec 26 16:18:36 2024 +0100

    sudo
---
 .github/workflows/maven-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 0e8ae20..1d40c12 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -203,7 +203,7 @@ jobs:
     steps:
       - name: Install Subversion (svn) on Ubuntu
         if: inputs.install-subversion && runner.os == 'Linux'
-        run: apt install subversion
+        run: sudo apt install subversion
 
       - name: Show free disk space
         run: df -h

Reply via email to