diff --git a/.builds/build.yml b/.builds/build.yml index cf866ed5..f442a680 100644 --- a/.builds/build.yml +++ b/.builds/build.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake + sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake shaderc rustup toolchain install stable - build: | cd jay diff --git a/.builds/test.yml b/.builds/test.yml index 446d1f25..2d962d79 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake + sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc rustup toolchain install stable - configure: | sudo rmmod bochs diff --git a/.builds/unit-tests.yml b/.builds/unit-tests.yml index ec92b6af..d53ca632 100644 --- a/.builds/unit-tests.yml +++ b/.builds/unit-tests.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake + sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc rustup toolchain install stable cd jay git submodule update --init