Skip to content

Commit 5d49da8

Browse files
Modifying codeql.yml to fix build issue, pod install broke.
1 parent 32e3211 commit 5d49da8

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
@@ -189,7 +189,7 @@ jobs:
189189
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
190190
run: |
191191
cd example/ios &&
192-
NO_FLIPPER=1 bundle exec pod install --repo-update &&
192+
NO_FLIPPER=1 pod install --repo-update &&
193193
cd ..
194194
env:
195195
NO_FLIPPER: 1

0 commit comments

Comments
 (0)