Skip to content

Commit

Permalink
Fixed macos release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 11, 2024
1 parent 87bc3a2 commit 80c69ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then

# include curl itself
echo "curl" >> formulas
brew uninstall --force $(cat formulas)

brew uninstall --ignore-dependencies --force $(cat formulas)

echo "Installing arm64 versions of formulas"

Expand Down

0 comments on commit 80c69ca

Please sign in to comment.