Skip to content

Commit 7a2b544

Browse files
committed
ci: enable iOS build
1 parent 410cd3a commit 7a2b544

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ jobs:
111111
112112
- name: Build example for Android
113113
env:
114-
JAVA_OPTS: "-XX:MaxHeapSize=6g"
114+
JAVA_OPTS: '-XX:MaxHeapSize=6g'
115115
run: |
116116
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
117117
118118
build-ios:
119-
if: false # temporarily skip iOS build
120119
runs-on: macos-latest
121120

122121
env:

0 commit comments

Comments
 (0)