diff --git a/.github/workflows/test-makepkg-ubuntu.yml b/.github/workflows/test-makepkg-ubuntu.yml index 3ea461a..c245fe3 100644 --- a/.github/workflows/test-makepkg-ubuntu.yml +++ b/.github/workflows/test-makepkg-ubuntu.yml @@ -12,7 +12,7 @@ jobs: - run: | pacman --noconfirm -Syu pacman --noconfirm -S base-devel sudo git wget rust - git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} fixit + sudo -u nobody git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} fixit cd fixit sudo -u nobody ./packaging/aur.sh v0.3.1-beta cat PKGBUILD