We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6aea73 + 7fe3907 commit d5eb104Copy full SHA for d5eb104
index.js
@@ -10,7 +10,7 @@ async function run() {
10
if (process.platform === 'linux') {
11
await exec.exec('sudo apt-get update')
12
await exec.exec(
13
- 'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0'
+ 'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils'
14
)
15
}
16
} catch (error) {
0 commit comments