fix: Install xkbcommon library
This commit is contained in:
parent
771cc06ef6
commit
277454c571
4
.github/workflows/cmake-single-platform.yml
vendored
4
.github/workflows/cmake-single-platform.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install X11 & Wayland packages
|
- name: Install packages
|
||||||
run: sudo apt-get install -y xorg-dev libwayland-dev
|
run: sudo apt-get install -y xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
# Update all GitHub submodules (e.g glfw)
|
# Update all GitHub submodules (e.g glfw)
|
||||||
|
Loading…
Reference in New Issue
Block a user