Fix doc build

This commit is contained in:
Connor Fitzgerald 2023-10-23 21:53:39 -04:00
parent 3bdad8bd77
commit 2b90f7df80
No known key found for this signature in database
GPG Key ID: 7D3FA445BAD3008D

View File

@ -3,7 +3,7 @@ name: Documentation
on: on:
push: push:
branches: branches:
- master - trunk
env: env:
CARGO_INCREMENTAL: false CARGO_INCREMENTAL: false
@ -23,11 +23,6 @@ jobs:
- name: Install nightly toolchain - name: Install nightly toolchain
run: rustup toolchain install nightly --no-self-update --profile=minimal 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) - name: Build the docs (nightly)
run: | run: |
cargo +nightly doc --no-deps --lib cargo +nightly doc --no-deps --lib