From 8a72407d0e2f292ff75fc04b03cf8f816494330d Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 23:28:14 +0200 Subject: [PATCH] Why is this a syntax error? --- .github/workflows/ballfield.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index e2522dc41..f40b68fc4 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -36,6 +36,7 @@ jobs: runs-on: ubuntu-latest steps: + - name: Check out the repository uses: actions/checkout@v2 with: fetch-depth: 1 @@ -62,7 +63,7 @@ jobs: export PATH=$ANDROID_NDK_LATEST_HOME:$PATH ./changeAppSettings.sh - - name: Setup Gradle, Android SDK licenses, and debug app signing key + - name: Set up Gradle and Android SDK licenses working-directory: project run: | for Y in `seq 20`; do echo y; done | sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses