Skip to content

Commit c93e87d

Browse files
committed
attempt to fix CI
1 parent 97d11ec commit c93e87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
- name: Install cocoapods
148148
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
149149
run: |
150-
cd example/ios
151-
pod install
150+
cd example
151+
pod install --project-directory=ios
152152
env:
153153
NO_FLIPPER: 1
154154

0 commit comments

Comments
 (0)