From: Iker Pedrosa Date: Mon, 14 Oct 2024 10:40:09 +0000 (+0200) Subject: CI: run command as non-root user X-Git-Tag: 4.17.0-rc1~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8600f135998d3e541e46f94e91eccf5de150301;p=thirdparty%2Fshadow.git CI: run command as non-root user Reviewed-by: Alejandro Colomar Signed-off-by: Iker Pedrosa --- diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 243f0b2c9..d2e14abd5 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -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