mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-17 01:12:41 +00:00
[rs] Merge #657
657: Add EGL to docs action r=kvark a=grovesNL Looks like we need to install EGL for the docs action to match the regular CI action, see https://github.com/gfx-rs/wgpu-rs/runs/1478040907 Co-authored-by: Joshua Groves <josh@joshgroves.com>
This commit is contained in:
commit
3c401d2468
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