Skip to content

Commit 973fb6f

Browse files
committed
remove duplicate clean command from
1 parent b512e32 commit 973fb6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ jobs:
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25-
- name: Clean Gradle
26-
run: ./gradlew clean
27-
- name: Build with Gradle
28-
run: ./gradlew clean build --scan
25+
- name: Clean and Build with Gradle
26+
run: ./gradlew clean build

0 commit comments

Comments
 (0)