From 871827fddefa9c24b10c6b5cafe05275c44ae783 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Tue, 17 May 2022 16:08:07 +0200 Subject: [PATCH] infra: run pacman -Syu --noconfirm ... --- .builds/build.yml | 2 +- .builds/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/build.yml b/.builds/build.yml index b33cfa78..51bf9e8e 100644 --- a/.builds/build.yml +++ b/.builds/build.yml @@ -3,7 +3,7 @@ sources: - https://github.com/mahkoh/jay tasks: - install: | - sudo pacman -Syu + sudo pacman -Syu --noconfirm 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 e5683d4c..0c104a85 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -3,7 +3,7 @@ sources: - https://github.com/mahkoh/jay tasks: - install: | - sudo pacman -Syu + sudo pacman -Syu --noconfirm sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor rustup toolchain install stable - configure: |