Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBB authored Dec 5, 2024
1 parent b2cde5e commit e3744ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function main() {

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

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

0 comments on commit e3744ae

Please sign in to comment.