Update android_build.yml

This commit is contained in:
Jegatheeswaran M
2022-06-02 16:09:22 +05:30
committed by GitHub Enterprise
parent 86ec8049c5
commit 082efe631a

View File

@@ -21,6 +21,15 @@ 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