Skip to content

Commit e40bd40

Browse files
committed
(#109) CI: cache the downloads
1 parent 43c5b90 commit e40bd40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Setup Gradle
3333
uses: gradle/actions/setup-gradle@v3
3434

35+
- name: "Cache downloads"
36+
uses: actions/cache@v4
37+
with:
38+
path: "build/downloads"
39+
key: ${{ hashFiles('gradle.properties') }}
40+
3541
- name: Build
3642
run: ./gradlew build
3743

0 commit comments

Comments
 (0)