We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6aabb commit 8957947Copy full SHA for 8957947
1 file changed
action/src/main.ts
@@ -298,6 +298,7 @@ const run = async (): Promise<void> => {
298
"libxcb-xinerama0",
299
"libxcb1",
300
"libxkbcommon-dev",
301
+ "libxkbcommon-x11-0",
302
"libxcb-xkb-dev",
303
].join(" ");
304
const updateCommand = "apt-get update";
0 commit comments