From 5f651a639c06a3abd177a65b5baf5df7f8fc9082 Mon Sep 17 00:00:00 2001 From: Tornike Khintibidze <48173186+X1nto@users.noreply.github.com> Date: Thu, 30 Apr 2020 21:07:58 +0400 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 86e66fb4..245d9100 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -9,13 +9,14 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 - name: set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Grant rights - run: chmod +x ./build.gradle + run: chmod +x ./gradlew - name: Build project with Gradle run: ./gradlew build