This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch HTHou-patch-2
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit a63a9b62c8d386d0eb93bbd272f4b2b592629097
Author: Haonan <[email protected]>
AuthorDate: Sat May 18 00:10:51 2024 +0800

    Fix client cpp IT warning
---
 .github/workflows/client-cpp.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml
index e110a90ff3e..1b397c33cce 100644
--- a/.github/workflows/client-cpp.yml
+++ b/.github/workflows/client-cpp.yml
@@ -45,7 +45,7 @@ jobs:
         if: matrix.os == 'ubuntu-latest'
         shell: bash
         run: sudo apt-get update && sudo apt-get install libboost-all-dev
-      - name: Install CPP Dependencies (Mac)`
+      - name: Install CPP Dependencies (Mac)
         if: matrix.os == 'macos-latest'
         shell: bash
         run: |
@@ -53,7 +53,6 @@ jobs:
           brew install bison
           echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> 
~/.bash_profile
           source ~/.bash_profile && export LDFLAGS="-L/usr/local/opt/bison/lib"
-          brew install openssl
       - name: Cache Maven packages
         uses: actions/cache@v4
         with:

Reply via email to