Skip to content
Snippets Groups Projects
Commit 97bf7142 authored by John Mitchell's avatar John Mitchell
Browse files

Attempting to fix clippy again.

parent 5043fd81
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
if: runner.os == 'linux'
- name: Build
run: cargo build --verbose --workspace --features "bevy/x11"
......@@ -39,4 +39,4 @@ jobs:
- name: Run fmt check
run: cargo fmt --all -- --check
- name: Run clippy
run: cargo clippy --no-deps -- -D warnings --features "bevy/x11"
run: cargo clippy --workspace --all-targets --all-features --features "bevy/x11"
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