mirror of https://github.com/actions/setup-python
Formatted code
This commit is contained in:
parent
c4679e72ad
commit
2750121aa7
|
@ -73,7 +73,10 @@ function resolveVersionInput() {
|
|||
|
||||
async function run() {
|
||||
if (IS_MAC) {
|
||||
process.env['AGENT_TOOLSDIRECTORY'] = path.join(os.homedir(), 'hostedtoolcache');
|
||||
process.env['AGENT_TOOLSDIRECTORY'] = path.join(
|
||||
os.homedir(),
|
||||
'hostedtoolcache'
|
||||
);
|
||||
}
|
||||
|
||||
if (process.env.AGENT_TOOLSDIRECTORY?.trim()) {
|
||||
|
|
Loading…
Reference in New Issue