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
The following commit(s) were added to refs/heads/HTHou-patch-2 by this push:
new 1e0b8f918cd Update multi-language-client.yml
1e0b8f918cd is described below
commit 1e0b8f918cd606a926149b5b7656bb0753681896
Author: Haonan <[email protected]>
AuthorDate: Tue Sep 3 16:09:55 2024 +0800
Update multi-language-client.yml
---
.github/workflows/multi-language-client.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index 47593623cc5..2f502b75685 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -61,7 +61,6 @@ jobs:
shell: bash
run: |
brew install boost
- brew install bison
- name: Install CPP Dependencies (Windows)
if: runner.os == 'Windows'
run: |
@@ -77,7 +76,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.m2
- key: client-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
+ key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2-
- name: Build IoTDB server
shell: bash