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 9ac374e8f23 Update multi-language-client.yml
9ac374e8f23 is described below
commit 9ac374e8f23a3ae64b43ef0bbc902c5814b7c3a5
Author: Haonan <[email protected]>
AuthorDate: Tue Sep 3 16:42:10 2024 +0800
Update multi-language-client.yml
---
.github/workflows/multi-language-client.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index 6a9b3bffca7..d75fc973204 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -50,11 +50,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Set up JDK
- uses: actions/setup-java@v4
- with:
- distribution: corretto
- java-version: 17
- name: Install CPP Dependencies (Ubuntu)
if: runner.os == 'Linux'
shell: bash
@@ -66,6 +61,11 @@ jobs:
shell: bash
run: |
brew install boost
+ sudo rm -rf /Applications/Xcode_14.3.1.app
+ sudo rm -rf /Applications/Xcode_15.0.1.app
+ 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: |
@@ -104,7 +104,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: cpp-IT-${{ runner.os }}
- path:
distribution/target/apache-iotdb-1.4.0-SNAPSHOT-all-bin/apache-iotdb-1.4.0-SNAPSHOT-all-bin/logs
+ path:
distribution/target/apache-iotdb-*-all-bin/apache-iotdb-*-all-bin/logs
retention-days: 1
go: