Skip to content

Commit

Permalink
CI: run command as non-root user
Browse files Browse the repository at this point in the history
Reviewed-by: Alejandro Colomar <[email protected]>
Signed-off-by: Iker Pedrosa <[email protected]>
  • Loading branch information
ikerexxe authored and alejandro-colomar committed Oct 15, 2024
1 parent 339a596 commit c8600f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8600f1

Please sign in to comment.