1
0
Fork 0
forked from wry/wry

infra: run pacman -Syu

This commit is contained in:
Julian Orth 2022-05-17 16:07:06 +02:00
parent 1726f0bf14
commit dad1db502c
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ sources:
- https://github.com/mahkoh/jay
tasks:
- install: |
sudo pacman -Syu
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon
rustup toolchain install stable
- build: |

View file

@ -3,6 +3,7 @@ sources:
- https://github.com/mahkoh/jay
tasks:
- install: |
sudo pacman -Syu
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor
rustup toolchain install stable
- configure: |