Skip to content

Commit 9718d28

Browse files
authored
Update android-build.yml
1 parent bc58324 commit 9718d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- AE
6+
- main
77
- rel-*
88
pull_request:
99

@@ -108,6 +108,7 @@ jobs:
108108
# Ensure Android SDK tools are installed
109109
- name: Installing required Android SDK components...
110110
run: |
111+
sudo apt-get install -y lib32stdc++6 lib32z1
111112
sdkmanager --update
112113
sdkmanager "platform-tools" "emulator" "system-images;android-27;default;x86_64"
113114

0 commit comments

Comments
 (0)