Skip to content

Commit

Permalink
fix(ci): install rust toolchain for macos nightly targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Mar 5, 2025
1 parent 9fd7761 commit 0d83897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/environment/bootstrap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ brew install ruby@3 coreutils cue-lang/tap/cue protobuf
# TODO(jszwedko): It's possible GHA just needs to update its images and this won't be needed in the
# future
brew reinstall rustup
rustup show active-toolchain || rustup toolchain install
rustup show

gem install bundler

Expand Down

0 comments on commit 0d83897

Please sign in to comment.