From 80cd7ff9add6de1405f73aa0ccc62cebbffae331 Mon Sep 17 00:00:00 2001 From: Yevhenii Babichenko Date: Sun, 23 Jun 2024 22:51:40 +0300 Subject: [PATCH] ci: playing with permissions --- .github/workflows/test-makepkg-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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