diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d2bf13..d0422a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: cargo build --workspace --features=three_d - name: Build (Wgpu) - run: cargo build --workspace --no-default-features --features=egui_default,wgpu + run: cargo build -p egui_overlay --features=egui_default,wgpu --no-default-features - name: Audit run: cargo audit \ No newline at end of file