From 994d4d19f8105d9af45b03425de5834755a3bbfe Mon Sep 17 00:00:00 2001 From: zhangyangyu Date: Mon, 17 Jun 2024 16:10:27 +0800 Subject: [PATCH] fix --- .github/workflows/compatibility-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility-test.yml b/.github/workflows/compatibility-test.yml index 50c588d..b6d9ded 100644 --- a/.github/workflows/compatibility-test.yml +++ b/.github/workflows/compatibility-test.yml @@ -496,7 +496,7 @@ jobs: - name: Run test on macos if: ${{ matrix.os == 'macos-14' }} run: | - brew install mysql + brew install mysql mysql-client cd example_code/cpp g++ ConnectTest.cpp -o test -I/usr/local/include/mysql -lmysqlclient ./test ${{needs.setup.outputs.TIDB_CLOUD_HOST}} ${{needs.setup.outputs.TIDB_CLOUD_USER}} ${{ secrets.TIDB_CLOUD_PASSWORD }} ${{matrix.cert}}