This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix-macos-cpp-client-ci in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b5ac3637af0eb8bf2bb79f53f319d949be11193f Author: Haonan <[email protected]> AuthorDate: Sun Oct 3 20:09:02 2021 +0800 Fix cpp client ci on macos by downgrading bison --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 7c7966e..b0d96e54 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -44,7 +44,7 @@ jobs: shell: bash run: | brew install boost - brew install bison + brew install [email protected] echo 'export PATH=/usr/local/opt/bison/bin:$PATH' >> ~/.bash_profile source ~/.bash_profile && export LDFLAGS="-L/usr/local/opt/bison/lib" - name: Cache Maven packages
