Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 17s

This commit is contained in:
2023-06-25 13:37:46 +02:00
parent d05ec06261
commit de17842b29

View File

@@ -6,5 +6,11 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '14'
distribution: 'temurin'
cache: gradle
- name: Build the app
run: ./gradlew build