Update android_build.yml

This commit is contained in:
Jegatheeswaran M
2022-06-02 16:35:04 +05:30
committed by GitHub Enterprise
parent 4fcb7565af
commit 00e04a8288

View File

@@ -21,15 +21,6 @@ jobs:
distribution: 'adopt'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Restore Cache
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build Debug with gradle