Skip to content

Commit

Permalink
removed --pre
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 7, 2019
1 parent 4955c08 commit a232f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function run() {
}

await exec.exec("pip3 install setuptools wheel");
await exec.exec("pip3 install \"aqtinstall==0.6.*\" --pre");
await exec.exec("pip3 install \"aqtinstall==0.6.*\"");

const dir = (core.getInput("dir") || process.env.RUNNER_WORKSPACE) + "/Qt";
const version = core.getInput("version");
Expand Down

0 comments on commit a232f10

Please sign in to comment.