Skip to content

Commit

Permalink
add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MalpenZibo committed Sep 13, 2024
1 parent 7c69417 commit a9e75a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

checks:
runs-on: ubuntu-latest

steps:
Expand All @@ -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
Expand Down

0 comments on commit a9e75a7

Please sign in to comment.