mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Formatted code
This commit is contained in:
parent
c4679e72ad
commit
2750121aa7
@ -73,7 +73,10 @@ function resolveVersionInput() {
|
|||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
if (IS_MAC) {
|
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()) {
|
if (process.env.AGENT_TOOLSDIRECTORY?.trim()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user