mirror of
https://github.com/actions/setup-python.git
synced 2025-04-21 14:28:42 +00:00
rebuild
This commit is contained in:
parent
f8f6af6a16
commit
c53a1bd0b6
3 changed files with 1163 additions and 1991 deletions
824
dist/cache-save/index.js
vendored
824
dist/cache-save/index.js
vendored
File diff suppressed because it is too large
Load diff
2329
dist/setup/index.js
vendored
2329
dist/setup/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -84,6 +84,7 @@ async function run() {
|
|||
const arch: string = core.getInput('architecture') || os.arch();
|
||||
const updateEnvironment = core.getBooleanInput('update-environment');
|
||||
const pythonBinPath = `${process.env.HOME}/.local/bin`;
|
||||
core.info(`Adding ${pythonBinPath} to PATH`)
|
||||
core.exportVariable('PATH', `${pythonBinPath}:${process.env.PATH}`);
|
||||
core.startGroup('Installed versions');
|
||||
for (const version of versions) {
|
||||
|
|
Loading…
Add table
Reference in a new issue