mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Remove features from the docs pipeline
This commit is contained in:
parent
c73ce25f42
commit
538097bbca
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -29,10 +29,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build the docs (nightly)
|
- name: Build the docs (nightly)
|
||||||
run: |
|
run: |
|
||||||
cargo +nightly doc --lib --all-features
|
cargo +nightly doc --lib
|
||||||
|
|
||||||
- name: Build the docs (stable)
|
- name: Build the docs (stable)
|
||||||
run: cargo +stable doc --lib --all-features
|
run: cargo +stable doc --lib
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
||||||
- name: Deploy the docs
|
- name: Deploy the docs
|
||||||
|
|||||||
2
.github/workflows/lazy.yaml
vendored
2
.github/workflows/lazy.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- run: sudo apt-get update -y -qq
|
- 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-get update
|
||||||
- run: sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers
|
- run: sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers
|
||||||
- name: Generate report
|
- name: Generate report
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user