Skip to content

Commit

Permalink
build v2.11.1 also oops looks like i built the last one wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 2, 2020
1 parent 688e3cd commit a962fb9
Show file tree
Hide file tree
Showing 7,498 changed files with 5 additions and 2,652,873 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 5 additions & 3 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ const setupPython = __importStar(require("setup-python/lib/find-python"));
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
// Use setup-python to ensure that python >3.6 is installed
const installed = yield setupPython.findPythonVersion('>=3.6', 'x64');
core.info(`Successfully setup ${installed.impl} (${installed.version})`);
if (core.getInput("setup-python") == "true") {
// Use setup-python to ensure that python >=3.6 is installed
const installed = yield setupPython.findPythonVersion('>=3.6', 'x64');
core.info(`Successfully setup ${installed.impl} (${installed.version})`);
}
const dir = (core.getInput("dir") || process.env.RUNNER_WORKSPACE) + "/Qt";
let version = core.getInput("version");
// Qt installer assumes basic requirements that are not installed by
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/tsc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsserver

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/@types/node/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/@types/node/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions node_modules/@types/node/assert.d.ts

This file was deleted.

132 changes: 0 additions & 132 deletions node_modules/@types/node/async_hooks.d.ts

This file was deleted.

41 changes: 0 additions & 41 deletions node_modules/@types/node/base.d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/@types/node/buffer.d.ts

This file was deleted.

Loading

0 comments on commit a962fb9

Please sign in to comment.