diff --git a/images/macos/provision/core/powershell.sh b/images/macos/provision/core/powershell.sh index 1060a99e2..424909f2c 100644 --- a/images/macos/provision/core/powershell.sh +++ b/images/macos/provision/core/powershell.sh @@ -41,6 +41,7 @@ for module in ${psModules[@]}; do fi done +# Fix permission root => runner after installing powershell for arm64 arch if [[ $arch == "arm64" ]]; then sudo chown -R $USER ~/.local ~/.cache ~/.config fi