Skip to content

Commit 89a2900

Browse files
android is working now, ios seems to stall out building
1 parent 4c44703 commit 89a2900

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ jobs:
204204
run: |
205205
yarn install
206206
cd example/ios
207-
pod install
208-
yarn ios
207+
bundle install
208+
# pod install
209+
# yarn ios
209210

210211
continue-on-error: true
211212

0 commit comments

Comments
 (0)