mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
Updates to ncc build
This commit is contained in:
parent
fdf2f3653d
commit
85aa31ab73
4 changed files with 2814 additions and 2565 deletions
|
@ -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')}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue