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:06:30 UTC

[iotdb] branch wincppfix updated: fix

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 04a9e3e  fix
04a9e3e is described below

commit 04a9e3ec8cc7732eb026b921fb538e28f90d879e
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Feb 22 14:04:14 2022 +0800

    fix
---
 .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 74597c0..8aa5222 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -64,7 +64,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        os: [windows-2019]
+        os: [windows-latest]
     runs-on: ${{ matrix.os}}
 
     steps:
@@ -86,7 +86,7 @@ jobs:
       - 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 ; `
-          D:\a\boost ; `
+          cd D:\a\boost ; `
           .\boost_1_78_0-msvc-14.3-64.exe
       - name: Install Boost
         run: cd C:\local\boost_1_78_0 ; `