Skip to content

Commit 762e2cb

Browse files
committed
Cache Gradle for build workflow
1 parent c753364 commit 762e2cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: gradle/wrapper-validation-action@v2
2525
- name: "Setup Gradle"
2626
uses: gradle/actions/setup-gradle@v3
27+
- name: Cache Gradle
28+
uses: burrunan/gradle-cache-action@v1
2729
- name: "Setup matchers"
2830
run: |
2931
# Setting up matchers...

0 commit comments

Comments
 (0)