fix(ci): force-accept all licenses in shadow jobs
This commit is contained in:
parent
dec05f015a
commit
39eb8a9828
1 changed files with 5 additions and 0 deletions
5
.github/workflows/shadow_job.yml
vendored
5
.github/workflows/shadow_job.yml
vendored
|
@ -47,6 +47,11 @@ jobs:
|
|||
- name: Copy CI gradle.properties
|
||||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Accept all SDK licenses
|
||||
continue-on-error: true # GitHub Actions' stdout handling causes a harmless 'broken pipe' error
|
||||
shell: bash
|
||||
run: yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses
|
||||
|
||||
- name: Run checks
|
||||
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue