Skip to content

Commit

Permalink
remove duplicate clean command from
Browse files Browse the repository at this point in the history
  • Loading branch information
AkYML committed Jun 1, 2023
1 parent b512e32 commit 973fb6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Clean Gradle
run: ./gradlew clean
- name: Build with Gradle
run: ./gradlew clean build --scan
- name: Clean and Build with Gradle
run: ./gradlew clean build

0 comments on commit 973fb6f

Please sign in to comment.