ci: install shaderc
This commit is contained in:
parent
2fe8570641
commit
15fa92a43b
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue