We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a3d2e commit 1ace963Copy full SHA for 1ace963
.github/workflows/test.yml
@@ -32,18 +32,6 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
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
43
44
- path: ~/.gradle
45
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
46
- restore-keys: ${{ runner.os }}-gradle-
47
- name: Set up JDK 11
48
uses: actions/setup-java@v2
49
0 commit comments