mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
fix(ci): force-accept all licenses in shadow jobs
This commit is contained in:
parent
dec05f015a
commit
39eb8a9828
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…
x
Reference in New Issue
Block a user