Skip to content

Commit

Permalink
update openjdk version (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee authored Jul 21, 2023
1 parent 6ab2e02 commit aaf85d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ bash gradlew test
bash gradlew integrationTest --info
}

LOG_INFO "------ check_java_version---------"
java -version
#cp src/integration-test/resources/config-example.toml src/integration-test/resources/config.toml
download_tassl
LOG_INFO "------ download_binary: v3.3.0---------"
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ jobs:
fetch-depth: 5
- name: install Ubuntu dependencies
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install -y git curl libssl-dev default-jdk build-essential openssl
run: sudo apt update && sudo apt install -y git curl libssl-dev build-essential openssl
- name: install macOS dependencies
if: runner.os == 'macOS'
run: brew install [email protected] openjdk
run: brew install [email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.345'
- name: run build test
if: runner.os == 'Windows'
run: ./gradlew.bat build
Expand Down

0 comments on commit aaf85d1

Please sign in to comment.