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 38fca9a commit 026d3f9Copy full SHA for 026d3f9
.builds/linux.yml
@@ -80,6 +80,8 @@ tasks:
80
unzip -q ndk.zip
81
rm ndk.zip
82
mv android-ndk-* ndk-bundle
83
+ # sdkmanager needs lots of file descriptors
84
+ ulimit -n 10000
85
yes|sdkmanager --licenses
86
sdkmanager "platforms;android-31" "build-tools;32.0.0"
87
- test_android: |
0 commit comments