mirror of
https://github.com/danbulant/cushy
synced 2026-06-16 13:01:11 +00:00
Adding x11 deps for example regeneration
This commit is contained in:
parent
997cc9586f
commit
ad19981704
1 changed files with 8 additions and 0 deletions
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
|
|
@ -40,6 +40,14 @@ jobs:
|
|||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install x11 dependencies for Kludgine
|
||||
run: |
|
||||
sudo apt-get update -y -qq
|
||||
sudo add-apt-repository ppa:oibaf/graphics-drivers -y
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
|
||||
|
||||
- name: Download mdbook
|
||||
run: |
|
||||
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar -xz
|
||||
|
|
|
|||
Loading…
Reference in a new issue