This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22set -e -o verbose
33
44brew update
5-
6- # `brew install` attempts to upgrade python as a dependency but fails
7- # https://github.com/actions/setup-python/issues/577
8- brew list -1 | grep python | while read -r formula; do brew unlink " $formula " ; brew link --overwrite " $formula " ; done
9-
105brew install ruby@3 coreutils cue-lang/tap/cue protobuf
116
12- # rustup-init (renamed to rustup) is already installed in GHA, but seems to be lacking the rustup binary
13- # Reinstalling seems to fix it
14- # TODO(jszwedko): It's possible GHA just needs to update its images and this won't be needed in the
15- # future
16- brew reinstall rustup
17-
187gem install bundler
198
209echo " export PATH=\" /usr/local/opt/ruby/bin:\$ PATH\" " >> " $HOME /.bash_profile"
You can’t perform that action at this time.
0 commit comments