1
0
Fork 0
forked from wry/wry

ci: install shaderc

This commit is contained in:
Julian Orth 2024-04-21 11:55:24 +02:00
parent 2fe8570641
commit 15fa92a43b
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ sources:
tasks: tasks:
- install: | - install: |
sudo pacman -Syu --noconfirm 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 rustup toolchain install stable
- build: | - build: |
cd jay cd jay

View file

@ -4,7 +4,7 @@ sources:
tasks: tasks:
- install: | - install: |
sudo pacman -Syu --noconfirm 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 rustup toolchain install stable
- configure: | - configure: |
sudo rmmod bochs sudo rmmod bochs

View file

@ -4,7 +4,7 @@ sources:
tasks: tasks:
- install: | - install: |
sudo pacman -Syu --noconfirm 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 rustup toolchain install stable
cd jay cd jay
git submodule update --init git submodule update --init