]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
CI: run command as non-root user
authorIker Pedrosa <ipedrosa@redhat.com>
Mon, 14 Oct 2024 10:40:09 +0000 (12:40 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 15 Oct 2024 08:43:24 +0000 (10:43 +0200)
Reviewed-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
.github/actions/install-dependencies/action.yml

index 243f0b2c98b2032507d0b37fea1f2c4dd1e4145d..d2e14abd5ce53a48ebee9cf9f030b8258fe30a60 100644 (file)
@@ -5,7 +5,7 @@ runs:
   steps:
   - shell: bash
     run: |
-      sudo cat /etc/apt/sources.list.d/ubuntu.sources
+      cat /etc/apt/sources.list.d/ubuntu.sources
       sudo sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
       export DEBIAN_PRIORITY=critical
       export DEBIAN_FRONTEND=noninteractive