ci: Point to Android directory

This commit is contained in:
Pun Butrach 2025-04-10 23:59:39 +07:00 committed by GitHub
parent 062f28387f
commit 534e4c2453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,8 @@ jobs:
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
with:
home-directory: ${{ github.workspace }}/android
- name: Install dependencies
run: npm ci