From c94bfe50b8f2b5e769b42fb1c6dc25d7809857ba Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Mon, 19 Jun 2023 19:26:13 +0200 Subject: [PATCH] Update github_release.yml --- .github/workflows/github_release.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 211eccae..cbf37651 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -20,18 +20,7 @@ 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 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} - + - name: Make gradlew executable run: chmod +x ./gradlew