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 8150a157fd1 try boost mingw
8150a157fd1 is described below
commit 8150a157fd166e0ab3752e44587437b9936365ec
Author: HTHou <[email protected]>
AuthorDate: Thu Jul 25 16:41:55 2024 +0800
try boost mingw
---
.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 ce559eb80b1..b685c345a9f 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -54,7 +54,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
choco install winflexbison3
- pacman -S mingw-w64-x86_64-boost
+ C:\msys64\pacman -S mingw-w64-x86_64-boost
- name: Cache Maven packages
uses: actions/cache@v4
with: