Skip to content

Commit

Permalink
Fix: Accept licenses in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed May 30, 2023
1 parent 2bb7bb3 commit 1649dbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- name: Setup Android SDK
uses: android-actions/[email protected]

- name: Build APK
run: chmod +x ./gradlew && ./gradlew assembleDebug

Expand Down

0 comments on commit 1649dbd

Please sign in to comment.