Use Temurin instead of AdoptOpenJDK

This commit is contained in:
Philipp David 2022-03-17 23:32:44 +01:00
parent 440e9731e2
commit f01b8f29c6
No known key found for this signature in database
GPG Key ID: 967A5D5EB5071577

View File

@ -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'