ci: Cache Gradle on PR build

This commit is contained in:
Pun Butrach 2025-04-16 02:12:11 +07:00 committed by GitHub
parent 23dcbbecb2
commit 5127c7f599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,12 @@ jobs:
with:
channel: stable
cache: true
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
with:
build-root-directory: ${{ github.workspace }}/android
- name: Get dependencies
run: flutter pub get