Skip to content

Commit

Permalink
restore steps to switch to stable channel when building on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Mar 7, 2021
1 parent 8d1939e commit fb0b21f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ task:
image: big-sur-xcode-12.4
pub_cache:
folder: ~/.pub-cache
upgrade_script:
- flutter channel stable
- flutter upgrade
build_script:
- cd flutter_local_notifications/example
- flutter build ios --no-codesign --debug
Expand All @@ -24,6 +27,9 @@ task:
image: big-sur-xcode-12.4
pub_cache:
folder: ~/.pub-cache
upgrade_script:
- flutter channel stable
- flutter upgrade
setup_script:
- flutter config --enable-macos-desktop
build_script:
Expand Down

0 comments on commit fb0b21f

Please sign in to comment.