Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 24, 2023
1 parent 3bdad8b commit 2b90f7d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- master
- trunk

env:
CARGO_INCREMENTAL: false
Expand All @@ -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
Expand Down

0 comments on commit 2b90f7d

Please sign in to comment.