diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b164c3b..bb9f63f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,7 @@ env: CARGO_TERM_COLOR: always jobs: - build: - + checks: runs-on: ubuntu-latest steps: @@ -21,7 +20,7 @@ jobs: run: | export DEBIAN_FRONTED=noninteractive sudo apt-get -qq update - sudo apt-get install -y libxkbcommon-dev + sudo apt-get install -y libxkbcommon-dev libwayland-dev dbus libclang-dev libpipewire-0.3-dev libspa-0.2-dev libpulse-dev - name: Format run: cargo fmt --all -- --check