Skip to content

Commit 3b0a9f1

Browse files
Update makefile.yml
1 parent 2361fd6 commit 3b0a9f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/makefile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ jobs:
176176
177177
- name: Build and install using makepkg
178178
run: |
179+
git clone https://aur.archlinux.org/customfetch-common-git.git
180+
chown -R builduser customfetch-common-git
181+
cd customfetch-common-git
182+
sudo -u builduser makepkg -si --noconfirm
183+
cd ..
179184
git clone https://aur.archlinux.org/customfetch-git.git
180185
chown -R builduser customfetch-git
181186
cd customfetch-git

0 commit comments

Comments
 (0)