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 6a93730  fix
6a93730 is described below

commit 6a93730dc6de2073ac65ca91bc9fddb287c8ad3c
Author: HTHou <[email protected]>
AuthorDate: Mon Mar 28 16:25:13 2022 +0800

    fix
---
 .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 9811711..0599d32 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -92,7 +92,7 @@ jobs:
       - name: Install Boost
         run: cd C:\local\boost_1_58_0 ; `
           .\bootstrap.bat ; `
-          .\b2.exe
+          .\b2
       - name: Install OpenSSL
         run:  choco install openssl
       - name: Add Flex and Bison Path and OpenSSL

Reply via email to