Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wirth committed Oct 29, 2023
1 parent e483bd0 commit fdf2430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
- name: Accept licenses for all available packages
run: yes 2>/dev/null | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --licenses >/dev/null
- name: Run gradle tasks
run: ./gradlew assembleDebug --stacktrace --no-configuration-cache --rerun-tasks
- name: Init gradle
run: ./gradlew tasks --group=build
- name: Run assemble task
run: ./gradlew assembleDebug --stacktrace --no-configuration-cache

0 comments on commit fdf2430

Please sign in to comment.