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 c78ed617d3961ba657d8386217cf3f9de6317aeb Author: Haonan <[email protected]> AuthorDate: Tue Jan 9 11:10:18 2024 +0800 Update client-cpp.yml to fix cpp build error --- .github/workflows/client-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml index 3d0b00e1584..b180624e0fe 100644 --- a/.github/workflows/client-cpp.yml +++ b/.github/workflows/client-cpp.yml @@ -86,7 +86,7 @@ jobs: - name: Install Win_Flex_Bison run: choco install winflexbison3 - name: Download Boost - run: choco install boost-msvc-14.3 --version=1.78.0 + run: choco install boost-msvc-14.3 --version=1.84.0 - name: Build IoTDB server shell: bash # Explicitly using mvnw here as the build requires maven 3.9 and the default installation is older
