We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2361fd6 commit 3b0a9f1Copy full SHA for 3b0a9f1
1 file changed
.github/workflows/makefile.yml
@@ -176,6 +176,11 @@ jobs:
176
177
- name: Build and install using makepkg
178
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 ..
184
git clone https://aur.archlinux.org/customfetch-git.git
185
chown -R builduser customfetch-git
186
cd customfetch-git
0 commit comments