Skip to content
Snippets Groups Projects
Commit 41e732c8 authored by StarToaster's avatar StarToaster
Browse files

Make sure bevy is using the x11 feature.

parent 00fb9e11
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
if: runner.os == 'linux'
- name: Build
run: cargo build --verbose --workspace
run: cargo build --verbose --workspace --features "bevy/x11"
# - name: Run tests
# run: cargo test --verbose --workspace
- name: Run fmt check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment