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: |