Skip to content

Commit

Permalink
fix: enabled brew update in order to get the latest rust for macos …
Browse files Browse the repository at this point in the history
…in `./scripts/brew-install.sh`
  • Loading branch information
CMCDragonkai committed May 17, 2023
1 parent 52d4748 commit 75fc294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/brew-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_ANALYTICS=1

brew update
brew install node@18
brew link --overwrite node@18
brew install rust
Expand Down

0 comments on commit 75fc294

Please sign in to comment.