From c37381b20f3624ef0a1e3213c2bd3ba0a8cd46b1 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 22:48:35 +0200 Subject: [PATCH] Another way to accept SDK licenses --- .github/workflows/ballfield.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index a7aec7282..4e132325c 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Setup Android SDK run: > - echo yes | sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses + for Y in `seq 20`; do echo y; done | sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses - name: Check out the repository uses: actions/checkout@v2