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