Skip to content

Commit 5888a4c

Browse files
committed
Use basic caching provider to avoid proprietary code
1 parent ad2898b commit 5888a4c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Kotlin CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88
schedule:
99
- cron: "0 0 * * 0"
1010
workflow_dispatch:
@@ -24,6 +24,8 @@ jobs:
2424
uses: gradle/actions/wrapper-validation@v6
2525
- name: Setup Gradle
2626
uses: gradle/actions/setup-gradle@v6
27+
with:
28+
cache-provider: basic
2729
- name: Build the project
2830
run: ./gradlew build
2931
- name: Run the tests

0 commit comments

Comments
 (0)