mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Add nodejs tool cache for linux. (#839)
* add nodejs * 4 node versions Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
committed by
Mikhail Timofeev
parent
339c0759c0
commit
dcc9da4432
@@ -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