1
0
Fork 0
forked from wry/wry

Merge pull request #607 from mahkoh/jorth/fix-srht

ci: fix sr.ht builds
This commit is contained in:
mahkoh 2025-09-16 19:15:33 +02:00 committed by GitHub
commit bb29303c98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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