specify distrobution

This commit is contained in:
merith-tk 2024-10-09 12:57:08 -07:00
parent c21f000c0a
commit 62e333ed61

View file

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