mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
rebuild
This commit is contained in:
parent
f8f6af6a16
commit
c53a1bd0b6
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…
Reference in New Issue
Block a user