This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e9b493195fa1c9001e260a47f4dd364819bf0fc3 Author: Haonan <[email protected]> AuthorDate: Tue Jan 7 10:36:52 2025 +0800 Try to fix cpp CI --- .github/workflows/multi-language-client.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/multi-language-client.yml b/.github/workflows/multi-language-client.yml index f3efb776b15..69ed51b25df 100644 --- a/.github/workflows/multi-language-client.yml +++ b/.github/workflows/multi-language-client.yml @@ -5,6 +5,7 @@ on: - master - "rc/*" - 'force_ci/**' + - HTHou-patch-2 paths: - 'pom.xml' - 'iotdb-client/pom.xml' @@ -68,17 +69,17 @@ jobs: sudo rm -rf /Applications/Xcode_15.1.app sudo rm -rf /Applications/Xcode_15.2.app sudo rm -rf /Applications/Xcode_15.3.app - - name: Install CPP Dependencies (Windows) - if: runner.os == 'Windows' - run: | - choco install winflexbison3 - if ("${{ matrix.os }}" -eq "windows-2019") { - choco install boost-msvc-14.2 - } else { - choco install boost-msvc-14.3 - } - $boost_path = (Get-ChildItem -Path 'C:\local\' -Filter 'boost_*').FullName - echo $boost_path >> $env:GITHUB_PATH + # - name: Install CPP Dependencies (Windows) + # if: runner.os == 'Windows' + # run: | + # choco install winflexbison3 + # if ("${{ matrix.os }}" -eq "windows-2019") { + # choco install boost-msvc-14.2 + # } else { + # choco install boost-msvc-14.3 + # } + # $boost_path = (Get-ChildItem -Path 'C:\local\' -Filter 'boost_*').FullName + # echo $boost_path >> $env:GITHUB_PATH - name: Cache Maven packages uses: actions/cache@v4 with:
