manually accept licenses

This commit is contained in:
lookshe 2025-01-17 21:54:12 +01:00
parent b6486da4e7
commit d380e55900

View file

@ -6,12 +6,10 @@ jobs:
runs-on: docker
container:
image: docker.io/redemonbr/android-sdk:node-lts-api-30
env:
ASDK_PROMPT_LICENSES: yes
ASDK_ACCEPT_LICENSES_SILENT: yes
ASDK_ACCEPT_LICENSES: yes
steps:
- name: accept licenses
run: yes | sdkmanager --licenses > /dev/null
- uses: https://git.fucktheforce.de/actions/checkout@v4
- name: build debug apk
run: |