Skip to content

Commit

Permalink
build v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Mar 3, 2020
1 parent 1ccb3b9 commit 0eed6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function run() {
yield exec.exec("brew install p7zip");
}
yield exec.exec("pip3 install setuptools wheel");
yield exec.exec("pip3 install \"py7zr" + core.getInput("py7zrversion") + "\"");
yield exec.exec("pip3 install \"aqtinstall" + core.getInput("aqtversion") + "\"");
let host = core.getInput("host");
let target = core.getInput("target");
Expand Down

0 comments on commit 0eed6b5

Please sign in to comment.