diff --git a/.github/workflows/react-native.yml b/.github/workflows/react-native.yml index 4b759fce4f13..bb0dc4d95bc0 100644 --- a/.github/workflows/react-native.yml +++ b/.github/workflows/react-native.yml @@ -61,6 +61,6 @@ jobs: ${{ runner.os }}-pods- - name: Install CocoaPods - working-directory: ../react-native-prisma/example + working-directory: ../react-native-prisma/example/ios if: steps.cache-cocoapods.outputs.cache-hit != 'true' - run: cd ios ; pod install ; cd - + run: pod install