Skip to content

Commit ef3392d

Browse files
committed
We need xkbcommon to build.
1 parent 6b13e38 commit ef3392d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: ubuntu-latest
2828
headless: weston --no-config --socket=wl-test-env --backend=headless &
2929
dependencies: |
30-
sudo apt-get install libxtst-dev libevdev-dev libudev-dev libinput-dev weston --assume-yes
30+
sudo apt-get install libxtst-dev libevdev-dev libudev-dev libinput-dev libxkbcommon-dev weston --assume-yes
3131
sudo chown root:input /dev/uinput
3232
sudo chmod g+rw /dev/uinput
3333
id -a

0 commit comments

Comments
 (0)