Skip to content

Commit

Permalink
ci: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 23, 2024
1 parent 94c2c8c commit c8cc388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- run: |
docker build -f ci/arch-build.dockerfile -t ci .
docker run -v $PWD:/project -w /project -u nobody ci ./packaging/aur.sh v0.3.1-beta
sudo docker run -v $PWD:/project -w /project -u nobody ci ./packaging/aur.sh v0.3.1-beta
cat PKGBUILD
cat .SRCINFO

0 comments on commit c8cc388

Please sign in to comment.