From dad1db502ce4043a70126845d980a51c73be6b9b Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Tue, 17 May 2022 16:07:06 +0200 Subject: [PATCH] infra: run pacman -Syu --- .builds/build.yml | 1 + .builds/test.yml | 1 + 2 files changed, 2 insertions(+) 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: |