Skip to content

Commit 5ecba51

Browse files
authored
Merge pull request #2028 from Infomaniak/fix-clean-gradle-cache-in-ci
fix: Clean gradle cache form ci
2 parents 6f10e1b + 24fc760 commit 5ecba51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
# Setup Gradle and run Build
3333
- name: Grant execute permission for gradlew
3434
run: chmod +x gradlew
35+
36+
- name: Clean gradle cache
37+
run: ./gradlew clean
38+
3539
- name: Build with Gradle
3640
run: ./gradlew build
3741

0 commit comments

Comments
 (0)