Skip to content

Commit

Permalink
...amazing
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Apr 24, 2021
1 parent b0970a3 commit 149746f
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 149746f

Please sign in to comment.