Skip to content

Commit 57b9838

Browse files
committed
ci: fix brew update with update-reset
1 parent 897350f commit 57b9838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/brew-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
1010
export HOMEBREW_NO_AUTO_UPDATE=1
1111
export HOMEBREW_NO_ANALYTICS=1
1212

13-
brew update
13+
brew update-reset
1414
brew install node@18
1515
brew link --overwrite node@18
1616
brew install cmake

0 commit comments

Comments
 (0)