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/22 06:04:12 UTC

[iotdb] 02/04: 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 389e857d28df8f31b9dca95c691f74a2fabcf9a4
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Feb 18 14:17:35 2022 +0800

    Fix windows cpp-client CI
---
 .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 16a200a..2e1a9d3 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -86,7 +86,7 @@ jobs:
       - name: Install Boost
         run: cd C:\local\boost_1_74_0 ; `
           .\bootstrap.bat ; `
-          .\b2.exe
+          .\b2
       - name: Install OpenSSL
         run:  choco install openssl
       - name: Add Flex and Bison Path and OpenSSL