Skip to content

Commit

Permalink
ping brew mysql to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed Aug 8, 2024
1 parent 4a29c28 commit 0700c4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- name: Install mysql in macos
if: ${{ matrix.os == 'macos-14' }}
run: |
brew install mysql-client
brew install mysql-client@8.0
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
pip3 install mysqlclient --break-system-packages
- name: Run test on ${{ matrix.os }}
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
- name: Install mysql in macos
if: ${{ matrix.os == 'macos-14' }}
run: |
brew install mysql-client
brew install mysql-client@8.0
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
pip3 install mysqlclient --break-system-packages
- name: Run test on ${{ matrix.os }}
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
- name: Install mysql on macos
if: ${{ matrix.os == 'macos-14' }}
run: |
brew install mysql
brew install mysql@8.0
cd example_code/ruby
# https://github.com/Homebrew/homebrew-core/issues/130258
gem install mysql2 -- --with-mysql-dir=$(brew --prefix mysql)
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
- name: Run test on macos
if: ${{ matrix.os == 'macos-14' }}
run: |
brew install mysql-client
brew install mysql-client@8.0
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
flags=$(pkg-config --cflags --libs mysqlclient)
cd example_code/cpp
Expand Down

0 comments on commit 0700c4c

Please sign in to comment.