Skip to content

Commit

Permalink
macos build: dont upgrade brew dependencies (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzmir committed Feb 7, 2024
1 parent 94d0054 commit 2fc2325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easy-compile-mac-arm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sudo xcode-select --install
# Brew
export NONINTERACTIVE=1
export HOMEBREW_NO_INSTALL_FROM_API=1
export HOMEBREW_NO_UPGRADE=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# Deps
Expand Down

0 comments on commit 2fc2325

Please sign in to comment.