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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new cbbdc6c  fix cpp client ci on macos (#4074)
cbbdc6c is described below

commit cbbdc6caf51660e5817a4e9c854831d820315b72
Author: Haonan <[email protected]>
AuthorDate: Sun Oct 3 21:58:07 2021 +0800

    fix cpp client ci on macos (#4074)
---
 .github/workflows/client.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 7c7966e..16a200a 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -47,6 +47,7 @@ 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@v2
         with:

Reply via email to