Merge pull request #6650 from el7cosmos/patch-1

Use Xcode_10.2.1
This commit is contained in:
Mike McQuaid 2019-10-29 08:55:07 +00:00 committed by GitHub
commit 6ca1bfdc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ module Homebrew
steps: steps:
- bash: | - bash: |
set -e set -e
sudo xcode-select --switch /Applications/Xcode_10.2.app/Contents/Developer sudo xcode-select --switch /Applications/Xcode_10.2.1.app/Contents/Developer
brew update brew update
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap.full_name}" HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap.full_name}"
mkdir -p "$HOMEBREW_TAP_DIR" mkdir -p "$HOMEBREW_TAP_DIR"