ci: Use correct directory for Gradle cache

This commit is contained in:
Pun Butrach 2025-04-14 15:51:28 +07:00 committed by GitHub
parent 10f35eb727
commit aedf475310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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