Skip to content

Commit

Permalink
fix(ci): accept licenses before building
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg committed Jun 12, 2023
1 parent fa25689 commit de1a530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
distribution: "zulu"
java-version: "17"
cache: "gradle"

- name: Accept all SDK licenses
shell: bash
run: printf 'y\ny\ny\ny\ny\ny\n' | $ANDROID_HOME/tools/bin/sdkmanager --licenses

- name: Build signed APKs
uses: gradle/gradle-build-action@v2.4.2
Expand Down

0 comments on commit de1a530

Please sign in to comment.