Skip to content

Commit

Permalink
add bevy external deps to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lain-dono committed Dec 26, 2023
1 parent 2034df7 commit 8b1f7cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: r7kamura/[email protected]
- uses: r7kamura/[email protected]
- name: install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: clippy
run: cargo clippy --all --all-targets
- name: fmt
Expand Down

0 comments on commit 8b1f7cd

Please sign in to comment.