Skip to content

Commit

Permalink
build v2.13.2... :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Apr 24, 2021
1 parent 8929347 commit a10f4d4
Show file tree
Hide file tree
Showing 2 changed files with 6,134 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function run() {
let cmd1 = "apt-get install build-essential libgl1-mesa-dev libxkbcommon-x11-0 libpulse-dev -y";
if (core.getInput("install-deps") == "true") {
yield exec.exec("sudo " + cmd0);
yield exec.exec("sudo " + cmd0);
yield exec.exec("sudo " + cmd1);
}
else if (core.getInput("install-deps") == "nosudo") {
yield exec.exec(cmd0);
Expand Down
Loading

0 comments on commit a10f4d4

Please sign in to comment.