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 26, 2023
1 parent 0db47ed commit 17138fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ jobs:
run: sudo sh -c 'echo "MAKEFLAGS=\"-j$(nproc)\"" >> /etc/makepkg.conf'
- name: install deps
run: sudo pacman -S git git-lfs --noconfirm
- name: deps
run: sudo sudo pacman -S gtk3 hicolor-icon-theme libgl libvpx>=1.13 libwebp openal sdl2 zmusic>=1.1.8 blasphemer-wad chexquest3-wad doom1-wad freedm freedoom gxmessage hacx-wad harmony-wad heretic1-wad hexen1-wad kdialog strife0-wad square1-wad urbanbrawl-wad xorg-xmessage vulkan-driver vulkan-icd-loader --noconfirm
- name: build
run: |
cd /home/builder
git clone https://aur.archlinux.org/zmusic.git
cd zmusic
makepkg -si --noconfirm
ls
git clone https://aur.archlinux.org/gzdoom.git
cd gzdoom
makepkg --syncdeps --noconfirm
Expand Down

0 comments on commit 17138fb

Please sign in to comment.