Skip to content

Commit 85e9b93

Browse files
zhassan-awstedinski
authored andcommitted
Re-disabled brew update (rust-lang#630)
1 parent 4d472ea commit 85e9b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/macos-10.15/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -eux
77
# Github promises weekly build image updates, so we can skip the update step and
88
# worst case we should only be 1-2 weeks behind upstream brew.
99
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software
10-
brew update
10+
#brew update
1111

1212
# Install dependencies via `brew`
1313
brew install ctags

0 commit comments

Comments
 (0)