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 3df1752 commit 650d409
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
image: ghcr.io/akac97/archlinux-builder:main
options: "--privileged"
steps:
- name: whoami
run: whoami
- name: enable multi-core compilation
run: sudo echo "MAKEFLAGS=\"-j$(nproc)\"" >> /etc/makepkg.conf
- name: install deps
run: sudo pacman -S git git-lfs --noconfirm
- name: git clone
run: git clone https://aur.archlinux.org/librewolf.git
run: sudo git clone https://aur.archlinux.org/librewolf.git
- name: cd
run: cd librewolf
- name: makpkg
Expand Down

0 comments on commit 650d409

Please sign in to comment.