Use Temurin instead of AdoptOpenJDK
This commit is contained in:
parent
440e9731e2
commit
f01b8f29c6
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -65,9 +65,10 @@ jobs:
|
||||
qt5:p
|
||||
|
||||
- name: Install OpenJDK
|
||||
uses: AdoptOpenJDK/install-jdk@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
version: '17'
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
|
||||
- name: Cache Qt
|
||||
if: runner.os != 'Windows'
|
||||
|
Loading…
Reference in New Issue
Block a user