update workflow
This commit is contained in:
parent
29a8e504d3
commit
ce49cf3280
9
.github/workflows/build-debug.yml
vendored
9
.github/workflows/build-debug.yml
vendored
|
@ -25,6 +25,15 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
- name: export game
|
||||
id: export
|
||||
# Use latest version (see releases for all versions)
|
||||
|
|
Loading…
Reference in New Issue
Block a user