Skip to content

Commit

Permalink
only run wgpu check for egui_overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
coderedart committed Feb 26, 2024
1 parent c76b696 commit 4b15c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b15c0a

Please sign in to comment.