Skip to content

Commit

Permalink
ci: Add cocoapods installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Jun 3, 2024
1 parent 785ae74 commit 29fdf99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pubspec-update-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
rm pubspec.lock
rm ios/Podfile.lock macos/Podfile.lock
- run: flutter pub get
- run: sudo gem install cocoapods
- run: cd ios && pod repo update && pod install --repo-update
- run: cd macos && pod repo update && pod install --repo-update
- run: git diff
Expand Down

0 comments on commit 29fdf99

Please sign in to comment.