Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akac97 authored Nov 25, 2023
1 parent e5eae99 commit b29c3ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
run: sudo sh -c 'echo "MAKEFLAGS=\"-j$(nproc)\"" >> /etc/makepkg.conf'
- name: install deps
run: sudo pacman -S git git-lfs --noconfirm
- name: cd builder
run: cd /home/builder
- name: git clone
run: sudo git clone https://aur.archlinux.org/librewolf.git
run: git clone https://aur.archlinux.org/librewolf.git
- name: cd
run: cd librewolf
- name: makpkg
Expand Down

0 comments on commit b29c3ca

Please sign in to comment.