Skip to content

Commit

Permalink
add extra repo to get missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 20, 2024
1 parent 9fa6b27 commit 18d7136
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
- name: build
if: always()
run: |
pacman -Syu --noconfirm base-devel curl desktop-file-utils git wget \
patchelf strace strawberry qt6ct qt6-wayland
# Artix repos don't have zsyc
wget https://london.mirror.pkgbuild.com/extra/os/x86_64/zsync-0.6.2-5-x86_64.pkg.tar.zst
pacman -U --noconfirm ./zsync-0.6.2-5-x86_64.pkg.tar.zst
pacman -Syu --noconfirm base-devel strace patchelf curl wget \
desktop-file-utils git artix-archlinux-support llvm mesa xorg-server-xvfb
pacman-key --init && pacman-key --populate archlinux
printf "\n[extra]\nInclude = /etc/pacman.d/mirrorlist-arch\n" | tee -a /etc/pacman.conf
pacman -Syu --noconfirm zsync strawberry qt6ct qt6-wayland
chmod +x ./*-appimage.sh && ./*-appimage.sh
mkdir dist
Expand Down

0 comments on commit 18d7136

Please sign in to comment.