From 5d86126f1c3dd6d9e54e47acd3e70903c555cb2b Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Mon, 30 Aug 2021 21:32:23 +0200 Subject: [PATCH] Update android emulator runner 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 8b80ad42..ae7bc216 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.19.0 + uses: ReactiveCircus/android-emulator-runner@v2.20.0 with: api-level: 29 script: ./gradlew connectedCheck