Skip to content

Commit

Permalink
CI: add missing pixman dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl committed Jan 6, 2025
1 parent 8f9b62e commit 9fbc9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: System dependencies
run: sudo apt-get update; sudo apt-get install -y libdrm-dev libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libdbus-1-dev libsystemd-dev libseat-dev
run: sudo apt-get update; sudo apt-get install -y libdrm-dev libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libdbus-1-dev libsystemd-dev libseat-dev libpixman-1-dev

- name: Run tests
env:
Expand Down

0 comments on commit 9fbc9fb

Please sign in to comment.