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 3df7783  fix
3df7783 is described below

commit 3df778325d3caf3419efcec28b7ec97a3034f04a
Author: HTHou <[email protected]>
AuthorDate: Mon Mar 28 16:56:20 2022 +0800

    fix
---
 .github/workflows/client.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 0599d32..6f539a3 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -89,10 +89,6 @@ jobs:
           [Environment]::SetEnvironmentVariable("Path", $env:Path + 
";D:\a\cpp", "User") ; `
       - name: Download Boost
         run: choco install boost-msvc-12
-      - name: Install Boost
-        run: cd C:\local\boost_1_58_0 ; `
-          .\bootstrap.bat ; `
-          .\b2
       - name: Install OpenSSL
         run:  choco install openssl
       - name: Add Flex and Bison Path and OpenSSL

Reply via email to