We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7182d commit 064b8c3Copy full SHA for 064b8c3
build.sh
@@ -13,7 +13,7 @@ curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
13
# Build metacall brew recipe
14
export HOMEBREW_NO_AUTO_UPDATE=1
15
brew tap-new metacall/core
16
-mv ./metacall.rb $(brew --prefix)/Library/Taps/metacall/homebrew-core/Formula/metacall.rb
+mv ./metacall.rb $(brew --repository)/Library/Taps/metacall/homebrew-core/Formula/metacall.rb
17
brew install --formula metacall/core/metacall --overwrite --verbose
18
19
# Build distributable binary using brew pkg
0 commit comments