Skip to content

Commit ab7182d

Browse files
committed
Solve issues with metacall installation from homebrew.
1 parent 964f462 commit ab7182d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
1212

1313
# Build metacall brew recipe
1414
export HOMEBREW_NO_AUTO_UPDATE=1
15-
brew install --formula ./metacall.rb --build-from-source --verbose
15+
brew tap-new metacall/core
16+
mv ./metacall.rb $(brew --prefix)/Library/Taps/metacall/homebrew-core/Formula/metacall.rb
17+
brew install --formula metacall/core/metacall --overwrite --verbose
1618

1719
# Build distributable binary using brew pkg
1820
function architecture() {

0 commit comments

Comments
 (0)