Merge pull request #607 from mahkoh/jorth/fix-srht
ci: fix sr.ht builds
This commit is contained in:
commit
bb29303c98
4 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue