Skip to content

Commit d16e228

Browse files
committedMar 1, 2024·
fix CI
1 parent e669fce commit d16e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo build --workspace --features=three_d
4242

4343
- name: Build (Wgpu)
44-
run: cargo build -p egui_overlay --features=egui_default,wgpu --no-default-features
44+
run: cargo build -p egui_overlay --features=egui_default,wgpu,glfw_default --no-default-features
4545

4646
- name: Audit
4747
run: cargo audit

0 commit comments

Comments
 (0)
Please sign in to comment.