Skip to content

Commit c41e828

Browse files
committed
fix ci
1 parent e4f1d4f commit c41e828

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/e2e_android.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,16 @@ jobs:
217217
Example/e2etest/android/**/*.gradle
218218
Example/e2etest/android/gradle/wrapper/gradle-wrapper.properties
219219
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+
220230
- name: Enable KVM if available
221231
run: |
222232
if [ -e /dev/kvm ]; then

0 commit comments

Comments
 (0)