Skip to content

Commit

Permalink
Add missing xkb common library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jun 11, 2023
1 parent ba87e7d commit 8f1f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
SDL2_VERSION: ${{ env.SDL2_VERSION }}
install: |
apt-get update -q -y
apt-get install -y build-essential curl libxext-dev libx11-dev libwayland-dev libgl1-mesa-dev libglu1-mesa-dev libxrender-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev
apt-get install -y build-essential pkgconf curl libxext-dev libx11-dev libwayland-dev libgl1-mesa-dev libglu1-mesa-dev libxrender-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libxkbcommon-dev
run: |
curl -s -L -O https://www.libsdl.org/release/SDL2-${SDL2_VERSION}.tar.gz
tar xf SDL2-${SDL2_VERSION}.tar.gz
Expand Down

0 comments on commit 8f1f448

Please sign in to comment.