Skip to content

Commit

Permalink
update lib to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Nov 18, 2019
1 parent d773e96 commit 5a2d7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function run() {
if (process.platform == "darwin") {
yield exec.exec("brew install p7zip");
}
yield exec.exec("pip3 install aqtinstall");
yield exec.exec("pip3 install \"aqtinstall==0.4.*\"");
const dir = core.getInput("dir") || process.env.RUNNER_WORKSPACE;
const version = core.getInput("version");
let host = core.getInput("host");
Expand Down

0 comments on commit 5a2d7eb

Please sign in to comment.