From bc34c49967bbaca4d9e032454a0ac602daa95156 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Fri, 27 Sep 2024 21:46:53 +0200 Subject: [PATCH] fix: chown --- .CI/SetupHomebrewDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.CI/SetupHomebrewDeps.sh b/.CI/SetupHomebrewDeps.sh index 0422b39fac2..be9d28593f9 100755 --- a/.CI/SetupHomebrewDeps.sh +++ b/.CI/SetupHomebrewDeps.sh @@ -81,11 +81,11 @@ c2-make-universal-dylib() { sudo mkdir /opt/homebrew-x86_64 sudo mkdir /opt/universal-lib -sudo chown -R $USER /opt/homebrew-x86_64 sudo chown -R $USER /opt/universal-lib echo "Installing x86_64 brew" sudo curl -L https://github.com/Homebrew/brew/tarball/master | sudo tar xz --strip 1 -C /opt/homebrew-x86_64 +sudo chown -R $USER /opt/homebrew-x86_64 echo "Installing ARM dependencies" brew install "$@"