Skip to content

Commit

Permalink
Actually reinstall
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Jul 22, 2024
1 parent a770807 commit e96205f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/environment/bootstrap-macos-10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ brew list -1 | grep python | while read -r formula; do brew unlink "$formula"; b

brew install ruby@3 coreutils cue-lang/tap/cue protobuf

# rustup-init (renamed to rustup) is preinstalled on CI, but seems to be lacking the rustup binary
# rustup-init (renamed to rustup) is already installed in GHA, but seems to be lacking the rustup binary
# Reinstalling seems to fix it
# TODO(jszwedko): It's possible GHA just needs to update its images and this won't be needed in the
# future
brew install --reinstall rustup
brew reinstall rustup

gem install bundler

Expand Down

0 comments on commit e96205f

Please sign in to comment.