Add nodejs tool cache for linux. (#839)
* add nodejs * 4 node versions Co-authored-by: Dmitry Shibanov <[email protected]>
This commit is contained in:
co-authored by
Dmitry Shibanov
parent
68fdb181e5
commit
9b1143dddd
@@ -52,4 +52,5 @@ foreach ($tool in $tools) {
|
||||
}
|
||||
}
|
||||
|
||||
chown -R "$($env:SUDO_USER):$($env:SUDO_USER)" /opt/hostedtoolcache/Python
|
||||
chown -R "$($env:SUDO_USER):$($env:SUDO_USER)" /opt/hostedtoolcache/Python
|
||||
chown -R "$($env:SUDO_USER):$($env:SUDO_USER)" /opt/hostedtoolcache/node
|
||||
Reference in New Issue
Block a user