This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 580b0250222 Fix cpp client IT on windows (#12162)
580b0250222 is described below

commit 580b025022277c1c86216980eb5ed58ba13e649f
Author: Haonan <[email protected]>
AuthorDate: Wed Mar 13 13:38:12 2024 +0800

    Fix cpp client IT on windows (#12162)
---
 .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

Reply via email to