Skip to content

Commit

Permalink
Removed LWIM dependency in CI bevy main check
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Dec 3, 2023
1 parent 3377de8 commit 647bd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bevy_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
override: true

- name: Check code
run: cargo update && cargo check --lib --examples
run: cargo update && cargo check --lib --examples --features "drivers" --no-default-features

0 comments on commit 647bd08

Please sign in to comment.