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 c75c3c3953d8590d98df9e1f3b185519383c1006 Author: Haonan <[email protected]> AuthorDate: Wed Jul 24 22:31:55 2024 +0800 Update c++ client dependency on windows --- .github/workflows/multi-language-client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multi-language-client.yml b/.github/workflows/multi-language-client.yml index a4643b2e7bd..de6e799e314 100644 --- a/.github/workflows/multi-language-client.yml +++ b/.github/workflows/multi-language-client.yml @@ -53,8 +53,8 @@ jobs: if: matrix.os == 'windows-latest' run: | choco install winflexbison3 - choco install boost-msvc-14.3 --version=1.84.0.1 - echo C:\\local\\boost_1_84_0 >> $env:GITHUB_PATH + choco install boost-msvc-14.3 --version=1.85.0 + echo C:\\local\\boost_1_85_0 >> $env:GITHUB_PATH - name: Cache Maven packages uses: actions/cache@v4 with:
