[windows] give full access to Temp folder (#1959)
Co-authored-by: Sergey Dolin <[email protected]>
This commit is contained in:
co-authored by
Sergey Dolin
parent
d1d66ae0fd
commit
d511b0d2da
@@ -34,3 +34,7 @@ Remove-Item $profile.AllUsersAllHosts -Force
|
|||||||
# Clean yarn and npm cache
|
# Clean yarn and npm cache
|
||||||
yarn cache clean
|
yarn cache clean
|
||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
|
|
||||||
|
# allow msi to write to temp folder
|
||||||
|
# see https://github.com/actions/virtual-environments/issues/1704
|
||||||
|
icacls "C:\Windows\Temp" /q /c /t /grant Users:F /T
|
||||||
|
|||||||
Reference in New Issue
Block a user