From ea48b0485d2a59014ea9d86f898152b38a75a319 Mon Sep 17 00:00:00 2001 From: Toni500git <88878648+Toni500github@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:25:13 +0100 Subject: [PATCH] Update makefile.yml again --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 453aa18..a0b3d07 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -20,7 +20,7 @@ jobs: run: pacman -Syu gcc git libgit2 sudo fakeroot --noconfirm --needed - name: Install cpr - run: git clone https://aur.archlinux.org/cpr.git && cd cpr && makepkg -si --noconfirm + run: git clone https://aur.archlinux.org/cpr.git && cd cpr && sudo -u nobody makepkg -si --noconfirm - name: Clean run: make clean