Skip to content

Commit 1841f75

Browse files
authored
Add Android x86 dependencies build support
1 parent 221aef9 commit 1841f75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
os: ubuntu-latest
3838
conan_profiles: '["android-64-ndk", "base/android-system"]'
3939
conan_system_libs: zlib
40+
- platform: android-x86
41+
os: ubuntu-latest
42+
before_install: android-32.sh
43+
conan_profiles: '["android-x86-ndk", "base/android-system"]'
44+
conan_system_libs: zlib
4045
- platform: android-x64
4146
os: ubuntu-latest
4247
conan_profiles: '["android-x64-ndk", "base/android-system"]'

0 commit comments

Comments
 (0)