We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f1d4f commit c41e828Copy full SHA for c41e828
1 file changed
.github/workflows/e2e_android.yml
@@ -217,6 +217,16 @@ jobs:
217
Example/e2etest/android/**/*.gradle
218
Example/e2etest/android/gradle/wrapper/gradle-wrapper.properties
219
220
+ - name: Setup Android SDK
221
+ uses: android-actions/setup-android@v4.0.1
222
+ with:
223
+ packages: |
224
+ tools
225
+ platform-tools
226
+ platforms;android-36
227
+ build-tools;36.0.0
228
+ ndk;27.1.12297006
229
+
230
- name: Enable KVM if available
231
run: |
232
if [ -e /dev/kvm ]; then
0 commit comments