Skip to content

Commit c6d9f53

Browse files
Changing how CocoaPod dependencies are called
1 parent f38d0a3 commit c6d9f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/codeql.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
207207
run: |
208208
cd example/ios
209-
yarn ios
209+
pod install
210210
env:
211211
NO_FLIPPER: 1
212212

0 commit comments

Comments
 (0)