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 245de563f9ffa484186a79d69222f8a0ef0c99a3 Author: Haonan <[email protected]> AuthorDate: Wed Mar 13 10:00:33 2024 +0800 Fix cpp client IT on windows as title --- .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 79a57e8ad26..e110a90ff3e 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.84.0 + run: choco install boost-msvc-14.3 --version=1.84.0.1 - name: Build IoTDB server shell: bash # Explicitly using mvnw here as the build requires maven 3.9 and the default installation is older
