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 <[email protected]>
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 ; `