Updates to ncc build

This commit is contained in:
Konrad Pabjan 2020-03-09 10:13:16 +01:00
parent fdf2f3653d
commit 85aa31ab73
4 changed files with 2814 additions and 2565 deletions

View file

@ -8,9 +8,7 @@ async function run() {
if (version) {
const arch: string = core.getInput('architecture', {required: true});
const installed = await finder.findPythonVersion(version, arch);
core.info(
`Successfully setup ${installed.impl} (${installed.version})`
);
core.info(`Successfully setup ${installed.impl} (${installed.version})`);
}
const matchersPath = path.join(__dirname, '..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);