We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d0f60 commit 60d8f2fCopy full SHA for 60d8f2f
.github/workflows/android-build1.yml
@@ -43,9 +43,9 @@ jobs:
43
with:
44
dotnet-version: '8.0.x'
45
46
- # Use the official setup-android action to install SDK
+ # Use the official setup-android action from google
47
- name: Set up Android SDK
48
- uses: reactions/setup-android@v2
+ uses: google-github-actions/setup-android@v2
49
50
api-level: 27
51
build-tools: 30.0.3
@@ -91,4 +91,3 @@ jobs:
91
set -e -x
92
$ANDROID_HOME/emulator/emulator -avd test_avd -no-window -no-audio -gpu off &
93
adb wait-for-device
94
-
0 commit comments