Skip to content

Commit

Permalink
Update multi-language-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Sep 3, 2024
1 parent 116a163 commit 9ac374e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/multi-language-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9ac374e

Please sign in to comment.