1 parent b2cde5e commit e3744aeCopy full SHA for e3744ae
1 file changed
index.js
@@ -5,7 +5,7 @@ async function main() {
5
6
try {
7
if (process.platform == "linux") {
8
- await exec.exec("sudo apt-get install -y xvfb");
+ await exec.exec("sudo apt-get update && sudo apt-get install -y x11-utils xvfb");
9
}
10
11
const commands = core.getInput('run', { required: true }).split("\n");
0 commit comments