This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_win_cpp_ci in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 987c4093cc3b2fb1c6b0667a6d16dd631b542c72 Author: HTHou <[email protected]> AuthorDate: Thu Jul 27 18:16:04 2023 +0800 fix windows cpp IT --- .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:
