From 3dc6ddb7ed0edbc18f44ba5e14d90b693f8b3d65 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Sat, 9 Nov 2024 09:32:56 +0100 Subject: [PATCH] Fix fix. --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3bfcc62e..15720eec1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,7 @@ jobs: - name: clippy run: cargo clippy --tests --examples - name: doc - env: - RUSTDOCFLAGS: --cfg docsrs - run: cargo doc + run: cargo doc --features bevy/wayland - name: fmt run: cargo fmt --check all-features: @@ -59,9 +57,7 @@ jobs: - name: clippy run: cargo clippy --tests --examples --all-features --features bevy/wayland - name: doc - env: - RUSTDOCFLAGS: --cfg docsrs - run: cargo doc --all-features + run: cargo doc --all-features --features bevy/wayland - name: fmt run: cargo fmt --check all-features-nightly: