Skip to content

Commit 5eff49b

Browse files
authored
ci: clean Gradle before build
1 parent 9208e45 commit 5eff49b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
java-version: '11'
2020
distribution: 'temurin'
2121
cache: gradle
22+
- name: Clean Gradle
23+
run: ./gradlew clean
2224
- name: Build debug APK
2325
run: ./gradlew assembleDebug
2426
- name: Upload APK

0 commit comments

Comments
 (0)