diff --git a/.builds/build.yml b/.builds/build.yml index 113f1969..b33cfa78 100644 --- a/.builds/build.yml +++ b/.builds/build.yml @@ -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: | diff --git a/.builds/test.yml b/.builds/test.yml index a55f6eee..e5683d4c 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -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: |