Skip to content

Commit

Permalink
Update makefile.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Mar 7, 2024
1 parent 11c4e3a commit ea48b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea48b04

Please sign in to comment.