Skip to content

Commit

Permalink
Cache Gradle for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Mar 26, 2024
1 parent c753364 commit 762e2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: gradle/wrapper-validation-action@v2
- name: "Setup Gradle"
uses: gradle/actions/setup-gradle@v3
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
- name: "Setup matchers"
run: |
# Setting up matchers...
Expand Down

0 comments on commit 762e2cb

Please sign in to comment.