Skip to content

Commit

Permalink
ci: add nobody to root
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 23, 2024
1 parent 6f8a1a4 commit 11fa14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
ls -la .
usermod -a -G root nobody
pacman --noconfirm -Syu
pacman --noconfirm -S base-devel sudo wget rust
sudo -u nobody ./packaging/aur.sh v0.3.1-beta
Expand Down

0 comments on commit 11fa14d

Please sign in to comment.