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:09:24 UTC

[iotdb] branch wincppfix updated: 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


The following commit(s) were added to refs/heads/wincppfix by this push:
     new eaaa293  fix
eaaa293 is described below

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

    fix
---
 .github/workflows/client.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 0f852e6..9540aeb 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -83,8 +83,12 @@ jobs:
         run: mkdir D:\a\cpp ; `
           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
       - name: Install Boost
-        run: vcpkg install boost
+        run: cd C:\local\boost_1_58_0 ; `
+          .\bootstrap.bat ; `
+          .\b2.exe
       - name: Install OpenSSL
         run:  choco install openssl
       - name: Add Flex and Bison Path and OpenSSL