From e96f8165016a4279a9bb0323538004e4bbeaeb02 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 20 May 2023 15:05:47 +0530 Subject: fix(github): force-accept all Android SDK licenses --- .github/workflows/sync_crowdin.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/sync_crowdin.yml') diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index a2b0d07f..0cbc3c0a 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -17,6 +17,11 @@ jobs: distribution: temurin java-version: 18 + - 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: Download new translations from Crowdin uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 with: -- cgit v1.2.3