This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new b43dc9d0f58 fix windows cpp IT (#10704)
b43dc9d0f58 is described below
commit b43dc9d0f58a75233a62bd801a2cc917de8d76a6
Author: Haonan <[email protected]>
AuthorDate: Thu Jul 27 18:16:59 2023 +0800
fix windows cpp IT (#10704)
---
.github/workflows/client-cpp.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml
index ad1bc9a2944..0cc09efe811 100644
--- a/.github/workflows/client-cpp.yml
+++ b/.github/workflows/client-cpp.yml
@@ -74,6 +74,7 @@ jobs:
runs-on: windows-latest
steps:
+ - uses: actions/checkout@v3
- name: Cache Maven packages
uses: actions/cache@v3
with: