Skip to content

Commit

Permalink
ci: add user build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 23, 2024
1 parent 91598a9 commit 2dac574
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- run: |
pacman --noconfirm -Syu
pacman --noconfirm -S base-devel sudo git wget rust
useradd -m build
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} fixit
chown -R nobody fixit
chown -R build fixit
cd fixit
sudo -u nobody ./packaging/aur.sh v0.3.1-beta
sudo -u build ./packaging/aur.sh v0.3.1-beta
cat PKGBUILD
cat .SRCINFO

0 comments on commit 2dac574

Please sign in to comment.