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 8532653 commit 14965c6Copy full SHA for 14965c6
build.sh
@@ -12,7 +12,7 @@ curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
12
13
# Build metacall brew recipe
14
export HOMEBREW_NO_AUTO_UPDATE=1
15
-brew install --build-from-source --overwrite --verbose ./metacall.rb
+brew install --formula ./metacall.rb --build-from-source --verbose
16
17
# Build distributable binary using brew pkg
18
function architecture() {
0 commit comments