Fix homebruh

This commit is contained in:
ymshenyu 2020-10-07 22:44:53 +08:00
parent a2a34e5c29
commit b39386e04d

View File

@ -94,6 +94,8 @@ jobs:
- name: macOS - ${{ matrix.qt_version }} - Build preparation - Install Packages - name: macOS - ${{ matrix.qt_version }} - Build preparation - Install Packages
if: matrix.platform == 'macos-latest' if: matrix.platform == 'macos-latest'
run: | run: |
cd $(brew --repository)
git checkout b7c418e110f45f62099ae71225638978255c8638 -- Formula/abseil.rb
brew install protobuf grpc ninja pkg-config openssl brew install protobuf grpc ninja pkg-config openssl
# -------------------------------------------------------- # --------------------------------------------------------
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Setup Ninja - name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Setup Ninja