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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install X11 & Wayland packages
|
||||
run: sudo apt-get install -y xorg-dev libwayland-dev
|
||||
- name: Install packages
|
||||
run: sudo apt-get install -y xorg-dev libwayland-dev libxkbcommon-dev
|
||||
|
||||
- name: Update submodules
|
||||
# Update all GitHub submodules (e.g glfw)
|
||||
|
Loading…
Reference in New Issue
Block a user