1
0
Fork 0
forked from wry/wry

ci: fix sr.ht builds

This commit is contained in:
Julian Orth 2025-09-16 19:13:18 +02:00
parent ddd96b9ad8
commit c287f65547
4 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,8 @@ image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- packages: |
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa cmake shaderc

View file

@ -2,6 +2,8 @@ image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- packages: |
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup shaderc musl

View file

@ -2,6 +2,8 @@ image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- packages: |
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc

View file

@ -2,6 +2,8 @@ image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- packages: |
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc