Skip to content

Commit

Permalink
Add missing libgbm-dev CI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Jan 10, 2025
1 parent d5b9683 commit 30fe63f
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 @@ -14,7 +14,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libudev-dev libdbus-1-dev libsystemd-dev \
libxkbcommon-dev libinput-dev libwayland-dev libseat-dev
libxkbcommon-dev libinput-dev libwayland-dev libseat-dev libgbm-dev
- uses: actions/checkout@v2
- name: Stable
run: cargo test
Expand Down

0 comments on commit 30fe63f

Please sign in to comment.