Use android build box iamge.
Some checks failed
Build Android / build (push) Failing after 10m23s

This commit is contained in:
2023-06-28 17:25:48 +02:00
parent 81c540c2a5
commit 57cb86a26b

View File

@@ -2,18 +2,11 @@ name: Build Android
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-android
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Prepare signing
run: |
touch keystore.properties