Skip to content

Commit 5127c7f

Browse files
authored
ci: Cache Gradle on PR build
1 parent 23dcbbe commit 5127c7f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040
with:
4141
channel: stable
4242
cache: true
43-
43+
44+
- name: Cache Gradle
45+
uses: burrunan/gradle-cache-action@v1
46+
with:
47+
build-root-directory: ${{ github.workspace }}/android
48+
4449
- name: Get dependencies
4550
run: flutter pub get
4651

0 commit comments

Comments
 (0)