This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_earlier_os_cpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try_earlier_os_cpp by this
push:
new d3a089c4cb2 Update multi-language-client.yml
d3a089c4cb2 is described below
commit d3a089c4cb230398c50d25b6f41ef306824ac9fb
Author: Haonan <[email protected]>
AuthorDate: Mon Aug 5 23:38:32 2024 +0800
Update multi-language-client.yml
---
.github/workflows/multi-language-client.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index 7862454abd5..61f5b7c45fc 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -66,7 +66,7 @@ jobs:
if: matrix.os == 'windows-2019'
run: |
choco install winflexbison3
- choco install boost-msvc-14.3
+ choco install boost-msvc-14.2
$boost_path = (Get-ChildItem -Path 'C:\local\' -Filter
'boost_*').FullName
echo $boost_path >> $env:GITHUB_PATH
- name: Cache Maven packages