Skip to content

Commit

Permalink
ci: test permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 23, 2024
1 parent 81aade1 commit 6f8a1a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
container:
image: archlinux
options: --user nobody
steps:
- uses: actions/checkout@v4
- run: |
sudo pacman --noconfirm -Syu
sudo pacman --noconfirm -S base-devel sudo wget rust
./packaging/aur.sh v0.3.1-beta
ls -la .
pacman --noconfirm -Syu
pacman --noconfirm -S base-devel sudo wget rust
sudo -u nobody ./packaging/aur.sh v0.3.1-beta
cat PKGBUILD
cat .SRCINFO

0 comments on commit 6f8a1a4

Please sign in to comment.