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

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