Skip to content

Commit e43afe6

Browse files
committed
chore(ci): Set HOMEBREW_NO_INSTALL_FROM_API in CI
We seem to be hitting Homebrew/homebrew-cask#150323 which recommends this workaround. Signed-off-by: Jesse Szwedko <[email protected]>
1 parent bc86222 commit e43afe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/environment/bootstrap-macos-10.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#! /usr/bin/env bash
22
set -e -o verbose
33

4+
# https://github.com/Homebrew/homebrew-cask/issues/150323
5+
unset HOMEBREW_NO_INSTALL_FROM_API
6+
47
brew update
58

69
brew install [email protected] coreutils cue-lang/tap/cue protobuf

0 commit comments

Comments
 (0)