From 27bb3eb6421f7def5137a2a2925cb6759a5f574c Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 22:12:25 +0200 Subject: [PATCH] Gitlab runner needs a special script to accept Android SDK licenses --- .github/workflows/ballfield.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index dc979f2c8..069739038 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -35,6 +35,15 @@ jobs: runs-on: ubuntu-latest steps: + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + + - name: Setup Android SDK + uses: android-actions/setup-android@v2 + + - name: Check out the repository - uses: actions/checkout@v2 with: fetch-depth: 1