Skip to content

Commit cd14bf7

Browse files
committed
Update brew to avoid llvm@15 minor version unstable
1 parent 21146ea commit cd14bf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ jobs:
155155
run: |
156156
pwd
157157
uname -a
158-
export HOMEBREW_NO_AUTO_UPDATE=1
159158
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
160159
brew install git ccache ninja libtool gettext llvm@15 gcc binutils grep findutils zstd
161160
export PATH=$(brew --prefix llvm@15)/bin:$PATH
@@ -269,7 +268,6 @@ jobs:
269268
run: |
270269
pwd
271270
uname -a
272-
export HOMEBREW_NO_AUTO_UPDATE=1
273271
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
274272
brew install git ccache ninja libtool gettext llvm@15 gcc binutils grep findutils zstd
275273
export PATH=$(brew --prefix llvm@15)/bin:$PATH

0 commit comments

Comments
 (0)