Skip to content

Commit

Permalink
built v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Jan 21, 2020
1 parent c558faf commit c183d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ function run() {
// Qt installer assumes basic requirements that are not installed by
// default on Ubuntu.
if (process.platform == "linux" && core.getInput("install-deps") == "true") {
yield exec.exec("sudo apt-get update");
yield exec.exec("sudo apt-get install build-essential libgl1-mesa-dev -y");
}
yield exec.exec("pip3 install setuptools wheel");
yield exec.exec("pip3 install \"aqtinstall==0.6.*\"");
yield exec.exec("pip3 install \"aqtinstall==0.7.*\"");
const dir = (core.getInput("dir") || process.env.RUNNER_WORKSPACE) + "/Qt";
const version = core.getInput("version");
let host = core.getInput("host");
Expand Down

0 comments on commit c183d3b

Please sign in to comment.