use temurin
Some checks failed
Build Project / build (push) Failing after 20s

This commit is contained in:
merith-tk 2024-10-09 12:58:55 -07:00
parent 62e333ed61
commit 3878f7d12a
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '16' # Change to '8' for Java 8
- name: Install BusyBox and 7z

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '16' # Change to '8' for Java 8
- name: Install BusyBox and 7z