mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 18:46:27 +01:00
jdk11
This commit is contained in:
parent
6d36db0e82
commit
e5b6160903
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,6 +9,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1.3.0
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Build YAPFA
|
||||
run: |
|
||||
git submodule init
|
||||
|
Loading…
Reference in New Issue
Block a user