From c47c421ad556ff5ec7db882776d91ce9d40f92df Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Mon, 19 Jun 2023 19:23:06 +0200 Subject: [PATCH] Update github_release.yml --- .github/workflows/github_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 888f0067..211eccae 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -20,6 +20,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + + - name: Setup Android SDK + uses: android-actions/setup-android@v2 - name: Cache Gradle and wrapper uses: actions/cache@v3