Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Mar 7, 2024
1 parent 6378d60 commit 11c4e3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +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 && makepkg -si --noconfirm

- name: Clean
run: make clean
Expand Down

0 comments on commit 11c4e3a

Please sign in to comment.