Skip to content

Commit

Permalink
Update brew to avoid llvm@15 minor version unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Apr 18, 2023
1 parent 21146ea commit cd14bf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
run: |
pwd
uname -a
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install git ccache ninja libtool gettext llvm@15 gcc binutils grep findutils zstd
export PATH=$(brew --prefix llvm@15)/bin:$PATH
Expand Down Expand Up @@ -269,7 +268,6 @@ jobs:
run: |
pwd
uname -a
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install git ccache ninja libtool gettext llvm@15 gcc binutils grep findutils zstd
export PATH=$(brew --prefix llvm@15)/bin:$PATH
Expand Down

0 comments on commit cd14bf7

Please sign in to comment.