Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Apr 24, 2021
2 parents 9f4920e + 149746f commit 8929347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function run() {
let cmd1 = "apt-get install build-essential libgl1-mesa-dev libxkbcommon-x11-0 libpulse-dev -y"
if (core.getInput("install-deps") == "true") {
await exec.exec("sudo " + cmd0)
await exec.exec("sudo " + cmd0)
await exec.exec("sudo " + cmd1)
} else if (core.getInput("install-deps") == "nosudo") {
await exec.exec(cmd0)
await exec.exec(cmd1)
Expand Down

0 comments on commit 8929347

Please sign in to comment.