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 6cc7492 commit e399575
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 @@ -6,7 +6,7 @@ async function main() {
try {
if (process.platform == "linux") {
await exec.exec("sudo apt-get update");
await exec.exec("sudo apt-get install -y x11-utils xvfb");
await exec.exec("sudo apt-get install -y xvfb x11-xserver-utils");
}

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

0 comments on commit e399575

Please sign in to comment.