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 94117d3  fix
94117d3 is described below

commit 94117d388499317ab492ab613cb1d85670501539
Author: HTHou <[email protected]>
AuthorDate: Tue Feb 22 14:51:30 2022 +0800

    fix
---
 .github/workflows/client.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 8aa5222..0f852e6 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -83,15 +83,8 @@ 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: mkdir D:\a\boost ; `
-          Invoke-WebRequest 
https://sourceforge.net/projects/boost/files/boost-binaries/1.78.0/boost_1_78_0-msvc-14.3-64.exe
 -OutFile D:\a\boost\boost_1_78_0-msvc-14.3-64.exe ; `
-          cd D:\a\boost ; `
-          .\boost_1_78_0-msvc-14.3-64.exe
       - name: Install Boost
-        run: cd C:\local\boost_1_78_0 ; `
-          .\bootstrap.bat ; `
-          .\b2.exe
+        run: vcpkg install boost
       - name: Install OpenSSL
         run:  choco install openssl
       - name: Add Flex and Bison Path and OpenSSL

Reply via email to