From 5f3c7b969ac2f6fe43c9e4bbad27d95875d482f2 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Sun, 22 Nov 2020 19:22:16 +0100 Subject: [PATCH] Update android emulator runner build step --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a1070e53..72b9c21e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -22,7 +22,7 @@ jobs: - name: Build with Gradle run: ./gradlew clean build - name: Android Emulator Runner - uses: ReactiveCircus/android-emulator-runner@v2.5.0 + uses: ReactiveCircus/android-emulator-runner@v2 with: api-level: 29 script: ./gradlew connectedCheck