Skip to content

Commit f4d1d25

Browse files
Modifying codeql.yml to fix build issue, wrong path
1 parent d29cff6 commit f4d1d25

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
@@ -188,7 +188,7 @@ jobs:
188188
- name: Install cocoapods
189189
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
190190
run: |
191-
cd ios &&
191+
cd examples/ios &&
192192
NO_FLIPPER=1 bundle exec pod install --repo-update &&
193193
cd ..
194194
env:

0 commit comments

Comments
 (0)