We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410cd3a commit 7a2b544Copy full SHA for 7a2b544
1 file changed
.github/workflows/ci.yml
@@ -111,12 +111,11 @@ jobs:
111
112
- name: Build example for Android
113
env:
114
- JAVA_OPTS: "-XX:MaxHeapSize=6g"
+ JAVA_OPTS: '-XX:MaxHeapSize=6g'
115
run: |
116
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
117
118
build-ios:
119
- if: false # temporarily skip iOS build
120
runs-on: macos-latest
121
122
0 commit comments