Skip to content

Commit

Permalink
Merge pull request #173 from mahkoh/jorth/github-actions
Browse files Browse the repository at this point in the history
ci: install shaderc
  • Loading branch information
mahkoh authored Apr 21, 2024
2 parents 10ecaaf + 15fa92a commit 091760e
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 091760e

Please sign in to comment.