Remove features from the docs pipeline

This commit is contained in:
Dzmitry Malyshau 2021-06-17 16:44:42 -04:00
parent c73ce25f42
commit 538097bbca
2 changed files with 3 additions and 3 deletions

View File

@ -29,10 +29,10 @@ jobs:
- name: Build the docs (nightly)
run: |
cargo +nightly doc --lib --all-features
cargo +nightly doc --lib
- name: Build the docs (stable)
run: cargo +stable doc --lib --all-features
run: cargo +stable doc --lib
if: ${{ failure() }}
- name: Deploy the docs

View File

@ -14,7 +14,7 @@ jobs:
with:
toolchain: stable
- run: sudo apt-get update -y -qq
- run: sudo add-apt-repository ppa:kisak/kisak-mesa -y
- run: sudo add-apt-repository ppa:ubuntu-x-swat/updates -y
- run: sudo apt-get update
- run: sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers
- name: Generate report