mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
add chown for .cache and .config for arm64
This commit is contained in:
@@ -42,7 +42,7 @@ for module in ${psModules[@]}; do
|
||||
done
|
||||
|
||||
if [[ $arch == "arm64" ]]; then
|
||||
sudo chown -R $USER ~/.local
|
||||
sudo chown -R $USER ~/.local ~/.cache ~/.config
|
||||
fi
|
||||
|
||||
# A dummy call to initialize .IdentityService directory
|
||||
|
||||
Reference in New Issue
Block a user