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 e89de64 commit 0188188Copy full SHA for 0188188
1 file changed
.github/workflows/ci.yml
@@ -103,6 +103,12 @@ jobs:
103
restore-keys: |
104
${{ runner.os }}-gradle-
105
106
+ - name: Set ANDROID_HOME env var
107
+ run: echo "ANDROID_HOME=/usr/local/share/android/sdk" >> $GITHUB_ENV
108
+
109
+ - name: Create local.properties for Android SDK
110
+ run: echo "sdk.dir=$ANDROID_HOME" > example/android/local.properties
111
112
- name: Build example for Android
113
env:
114
JAVA_OPTS: "-XX:MaxHeapSize=6g"
0 commit comments