Skip to content

Commit

Permalink
Build v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed May 1, 2023
1 parent aac41e2 commit 5cb43cf
Show file tree
Hide file tree
Showing 126 changed files with 800 additions and 5,740 deletions.
11 changes: 4 additions & 7 deletions action/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,10 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
if (process.platform === "darwin") {
yield (0, exec_1.exec)("brew install p7zip");
}
// Install aqtinstall
yield execPython("pip install", [
"setuptools",
"wheel",
`"py7zr${inputs.py7zrVersion}"`,
`"aqtinstall${inputs.aqtVersion}"`,
]);
// Install dependencies via pip
yield execPython("pip install", ["setuptools", "wheel", `"py7zr${inputs.py7zrVersion}"`]);
// Install aqtinstall separately: allows aqtinstall to override py7zr if required
yield execPython("pip install", [`"aqtinstall${inputs.aqtVersion}"`]);
// Install Qt
if (!inputs.toolsOnly) {
const qtArgs = [inputs.host, inputs.target, inputs.version];
Expand Down
Loading

0 comments on commit 5cb43cf

Please sign in to comment.