We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221aef9 commit 1841f75Copy full SHA for 1841f75
.github/workflows/rebuildDependencies.yml
@@ -37,6 +37,11 @@ jobs:
37
os: ubuntu-latest
38
conan_profiles: '["android-64-ndk", "base/android-system"]'
39
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
45
- platform: android-x64
46
47
conan_profiles: '["android-x64-ndk", "base/android-system"]'
0 commit comments