mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
[rs] Add EGL to docs action
This commit is contained in:
parent
6ec1d27ac6
commit
3fd6320df9
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -22,6 +22,11 @@ jobs:
|
||||
override: true
|
||||
continue-on-error: true
|
||||
|
||||
- name: Add EGL for OpenGL
|
||||
run: |
|
||||
sudo apt-get update -y -qq
|
||||
sudo apt-get install -y -qq libegl1-mesa-dev
|
||||
|
||||
- name: Build the docs (nightly)
|
||||
run: |
|
||||
cargo +nightly doc --lib --all-features
|
||||
|
Loading…
Reference in New Issue
Block a user