From ef18c4282c758c85fdc41000e36fe7f59935370e Mon Sep 17 00:00:00 2001 From: Simone Camito Date: Fri, 13 Sep 2024 14:33:24 +0200 Subject: [PATCH] add dep --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b164c3b..0cfd857 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 libwayland0 dbus libpipewire-0.3-dev libpulse-dev - name: Format run: cargo fmt --all -- --check