mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
ci: add libgbm-dev and libdrm-dev to linux-only job dependencies
This commit is contained in:
parent
767da43047
commit
7d8b1cfecd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -47,6 +47,8 @@ jobs:
|
||||||
libxkbcommon-dev \
|
libxkbcommon-dev \
|
||||||
libegl-dev \
|
libegl-dev \
|
||||||
libgles2-mesa-dev \
|
libgles2-mesa-dev \
|
||||||
|
libgbm-dev \
|
||||||
|
libdrm-dev \
|
||||||
libinput-dev \
|
libinput-dev \
|
||||||
libseat-dev \
|
libseat-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue