Skip to content

Commit e3744ae

Browse files
authored
Update index.js
1 parent b2cde5e commit e3744ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ async function main() {
55

66
try {
77
if (process.platform == "linux") {
8-
await exec.exec("sudo apt-get install -y xvfb");
8+
await exec.exec("sudo apt-get update && sudo apt-get install -y x11-utils xvfb");
99
}
1010

1111
const commands = core.getInput('run', { required: true }).split("\n");

0 commit comments

Comments
 (0)