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/02/18 02:23:29 UTC

[iotdb] 01/01: Fix windows cpp-client CI

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 880b2415a2c2d4cae7829767379276dd01e73b07
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Feb 18 10:22:22 2022 +0800

    Fix windows cpp-client CI
---
 .github/workflows/client.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 16a200a..8d7347c 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -85,8 +85,8 @@ jobs:
         run: choco install boost-msvc-14.2
       - name: Install Boost
         run: cd C:\local\boost_1_74_0 ; `
-          .\bootstrap.bat ; `
-          .\b2.exe
+          call bootstrap ; `
+          call b2
       - name: Install OpenSSL
         run:  choco install openssl
       - name: Add Flex and Bison Path and OpenSSL