Skip to content

Commit 32e3211

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 examples/ios &&
191+
cd example/ios &&
192192
NO_FLIPPER=1 bundle exec pod install --repo-update &&
193193
cd ..
194194
env:

0 commit comments

Comments
 (0)