Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit d4dff5b

Browse files
committed
CHG | Add necessary 32-bit libraries for Android SDK setup in GitHub Actions
1 parent 8cc3e4a commit d4dff5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ jobs:
149149

150150
- name: Setup Android SDK
151151
uses: android-actions/setup-android@v3
152+
153+
- run: sudo apt-get install -y build-essential libc++-dev
154+
- run: sudo apt-get install -y lib32stdc++6
155+
- run: sudo apt-get install -y lib32gcc-s1
156+
- run: sudo apt-get install -y lib32z1
157+
- run: sudo apt-get install -y lib32ncurses5
158+
- run: sudo apt-get install -y lib32bz2-1.0
159+
- run: sudo apt-get install -y lib32stdc++6
152160

153161
- name: Set Android Environment Variables
154162
run: |

0 commit comments

Comments
 (0)