Skip to content

Commit

Permalink
update openjdk version to 8.0.382
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLi1024 committed Oct 31, 2023
1 parent e849552 commit c318304
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow-self-hosted-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
toolchain: nightly-2022-07-28
override: true

- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.382'

- name: Reuse build cache
run: |
mkdir -p ./build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-self-hosted-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
java-package: jdk
java-version: '8.0.382'

- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-self-hosted-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
java-package: jdk
java-version: '8.0.382'

- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit c318304

Please sign in to comment.