Skip to content

Commit

Permalink
fix: chown
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 27, 2024
1 parent 983b638 commit bc34c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/SetupHomebrewDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
Expand Down

0 comments on commit bc34c49

Please sign in to comment.