Skip to content

Commit

Permalink
fix actions licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Mar 5, 2024
1 parent 385d124 commit 5265f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# echo "$ANDROID_HOME/tools/bin" >> $GITHUB_PATH
# echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> $GITHUB_PATH

# - name: Accept licenses
# run: yes | sdkmanager --licenses
- name: Accept licenses
run: yes | sdkmanager --licenses

- name: Build with Gradle
run: ./gradlew assembleRelease
Expand Down

0 comments on commit 5265f27

Please sign in to comment.