From e4e2f8c500c06f24e16ddf8b39e08c986f0ea253 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Fri, 5 Apr 2024 12:12:42 +0200 Subject: [PATCH] Tweak CI --- .github/workflows/react-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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