mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Fix doc build
This commit is contained in:
parent
3bdad8bd77
commit
2b90f7df80
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -3,7 +3,7 @@ name: Documentation
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- trunk
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: false
|
||||
@ -23,11 +23,6 @@ jobs:
|
||||
- name: Install nightly toolchain
|
||||
run: rustup toolchain install nightly --no-self-update --profile=minimal
|
||||
|
||||
- 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 --no-deps --lib
|
||||
|
Loading…
Reference in New Issue
Block a user