CI: Java 17

This commit is contained in:
pelya
2023-05-17 21:13:02 +03:00
parent a8927c121a
commit bce8691e45

View File

@@ -33,6 +33,10 @@ jobs:
ARCH_LIST: armeabi-v7a arm64-v8a x86 x86_64
runs-on: ubuntu-latest
uses: actions/setup-java@v2
with:
java-version: 17
distribution: temurin
steps:
- name: Check out the repository