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 116a163f059 Update multi-language-client.yml
116a163f059 is described below
commit 116a163f059579de65206a2cd597328729429d02
Author: Haonan <[email protected]>
AuthorDate: Tue Sep 3 16:19:01 2024 +0800
Update multi-language-client.yml
---
.github/workflows/multi-language-client.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index 2f502b75685..6a9b3bffca7 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -50,6 +50,11 @@ 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