We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fd434 commit 983e9f6Copy full SHA for 983e9f6
scripts/environment/bootstrap-macos-10.sh
@@ -1,6 +1,9 @@
1
#! /usr/bin/env bash
2
set -e -o verbose
3
4
+# https://github.com/Homebrew/homebrew-cask/issues/150323
5
+unset HOMEBREW_NO_INSTALL_FROM_API
6
+
7
brew update
8
9
brew install [email protected] coreutils cue-lang/tap/cue protobuf
0 commit comments