You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/28 08:14:15 UTC

[iotdb] 02/02: fix

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

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

commit 6176f17175f6df645b69ce933492f882473fd85c
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Mar 28 16:13:01 2022 +0800

    fix
---
 .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 642883e..9811711 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -88,7 +88,7 @@ jobs:
           Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip -OutFile D:\a\cpp\win_flex_bison.zip ; `
           [Environment]::SetEnvironmentVariable("Path", $env:Path + ";D:\a\cpp", "User") ; `
       - name: Download Boost
-        run: choco install boost-msvc-12.0
+        run: choco install boost-msvc-12
       - name: Install Boost
         run: cd C:\local\boost_1_58_0 ; `
           .\bootstrap.bat ; `