Skip to content

Commit 1ace963

Browse files
committed
CI: do not cache konan/gradle
1 parent c0a3d2e commit 1ace963

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
submodules: 'true'
35-
- name: Cached Konan
36-
uses: actions/cache@v4
37-
with:
38-
path: ~/.konan
39-
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
40-
restore-keys: ${{ runner.os }}-konan-
41-
- name: Cached Gradle
42-
uses: actions/cache@v4
43-
with:
44-
path: ~/.gradle
45-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
46-
restore-keys: ${{ runner.os }}-gradle-
4735
- name: Set up JDK 11
4836
uses: actions/setup-java@v2
4937
with:

0 commit comments

Comments
 (0)