diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 0ce9ed8..453cd8e 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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