Skip to content

Commit af7fd64

Browse files
Merge pull request #1668 from Infomaniak/update-ci
Improve CI
2 parents 44261a4 + 6c06ef4 commit af7fd64

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@ jobs:
3131
token: ${{ secrets.MY_REPO_PAT }}
3232
submodules: recursive
3333

34-
- name: Gradle cache
35-
uses: actions/[email protected]
36-
with:
37-
path: |
38-
~/.gradle/caches
39-
~/.gradle/wrapper
40-
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
41-
42-
- name: set up JDK 17
43-
uses: actions/[email protected]
44-
with:
45-
java-version: 17
46-
distribution: 'zulu'
47-
cache: gradle
48-
4934
# Setup Gradle and run Build
5035
- name: Grant execute permission for gradlew
5136
run: chmod +x gradlew

0 commit comments

Comments
 (0)