Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/min_version_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,20 @@ jobs:
with:
ruby-version: '3.1.2' # https://github.com/flutter/flutter/issues/109385#issuecomment-1212614125

- name: Update Pods
run: sudo gem update
- name: Uninstall existing CocoaPods and install globally
run: |
gem uninstall cocoapods -a
sudo gem install cocoapods
echo "$(which pod)"

- name: Build iOS
run: |
cd min_version_test
flutter pub get
cd ios
pod repo update
pod install
cd ..
flutter build ios --no-codesign

build-web:
Expand Down