Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
coderedart committed Mar 1, 2024
1 parent e669fce commit d16e228
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 -p egui_overlay --features=egui_default,wgpu --no-default-features
run: cargo build -p egui_overlay --features=egui_default,wgpu,glfw_default --no-default-features

- name: Audit
run: cargo audit

0 comments on commit d16e228

Please sign in to comment.