Skip to content

Commit

Permalink
ci: update pubspec checker workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Jun 3, 2024
1 parent 29fdf99 commit dbcb5b6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pubspec-update-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,18 @@ jobs:
channel: stable
cache: ${{ (vars.RUNS_ON_SELF_HOSTED == null && true) || false }}

- run: |
rm pubspec.lock
rm ios/Podfile.lock macos/Podfile.lock
- run: flutter precache --ios --macos

- run: rm pubspec.lock 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

- name: Create PR if changes
Expand Down

0 comments on commit dbcb5b6

Please sign in to comment.