This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch mingw-boost
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/mingw-boost by this push:
new a4a631ab833 try boost mingw
a4a631ab833 is described below
commit a4a631ab83372b3c1496224854a41b7e4f69e04b
Author: HTHou <[email protected]>
AuthorDate: Thu Jul 25 16:51:55 2024 +0800
try boost mingw
---
.github/workflows/multi-language-client.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index b685c345a9f..c2ee4f68758 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -54,7 +54,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
choco install winflexbison3
- C:\msys64\pacman -S mingw-w64-x86_64-boost
+ echo C:\\msys64 >> $env:GITHUB_PATH
+ pacman -S mingw-w64-x86_64-boost
- name: Cache Maven packages
uses: actions/cache@v4
with: