Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Apr 5, 2024
1 parent 8a94ab8 commit e4e2f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4e2f8c

Please sign in to comment.