This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f669055770105742c99007e7c078838f775f679e Author: Haonan <[email protected]> AuthorDate: Sun Oct 3 23:14:35 2021 +0800 [To rel/0.12] fix Cpp client ci on macos --- .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:
