Skip to content

Commit 8957947

Browse files
committed
add back libxkbcommon-x11-0 dependency on linux
1 parent 5e6aabb commit 8957947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ const run = async (): Promise<void> => {
298298
"libxcb-xinerama0",
299299
"libxcb1",
300300
"libxkbcommon-dev",
301+
"libxkbcommon-x11-0",
301302
"libxcb-xkb-dev",
302303
].join(" ");
303304
const updateCommand = "apt-get update";

0 commit comments

Comments
 (0)