Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Dec 23, 2023
1 parent dc54761 commit 0fbaf56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libasound2-dev # needed for alsa-sys crate
- name: Install system packages needed by Bevy
run: |
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
- name: Install Rust toolchain
run: cargo
- run: cargo fmt --all -- --check
- uses: Swatinem/rust-cache@v2
- run: cargo check

0 comments on commit 0fbaf56

Please sign in to comment.