Skip to content

Commit 60d8f2f

Browse files
authored
Update android-build1.yml
1 parent c7d0f60 commit 60d8f2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/android-build1.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
with:
4444
dotnet-version: '8.0.x'
4545

46-
# Use the official setup-android action to install SDK
46+
# Use the official setup-android action from google
4747
- name: Set up Android SDK
48-
uses: reactions/setup-android@v2
48+
uses: google-github-actions/setup-android@v2
4949
with:
5050
api-level: 27
5151
build-tools: 30.0.3
@@ -91,4 +91,3 @@ jobs:
9191
set -e -x
9292
$ANDROID_HOME/emulator/emulator -avd test_avd -no-window -no-audio -gpu off &
9393
adb wait-for-device
94-

0 commit comments

Comments
 (0)