Skip to content

Commit

Permalink
ci: install shaderc
Browse files Browse the repository at this point in the history
  • Loading branch information
mahkoh committed Apr 21, 2024
1 parent 2fe8570 commit 15fa92a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .builds/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .builds/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .builds/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15fa92a

Please sign in to comment.