Skip to content

Commit df5bd81

Browse files
fix(ci): Install libxkbcommon-dev on ubuntu CI (#247)
1 parent 66cae2d commit df5bd81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ubuntu-install-packages

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ sudo apt-get update
1313
sudo apt-get install -y --no-install-recommends \
1414
libfontconfig1-dev \
1515
libwayland-dev \
16+
libxkbcommon-dev \
1617
jq

0 commit comments

Comments
 (0)