Skip to content

Commit

Permalink
Add "Install Rosetta" step
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jul 11, 2023
1 parent af28996 commit c6318bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ orbs:
parameters:
flutter_version:
type: string
default: 3.10.2
default: 3.10.5
jobs:
test_flutter_package:
docker:
Expand Down Expand Up @@ -179,6 +179,9 @@ jobs:
version: << parameters.ios_version >>
platform: iOS
device: << parameters.ios_simulator >>
- run:
name: Install Rosetta
command: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
- flutter/install_sdk_and_pub:
app-dir: ./auth0_flutter/example
version: << pipeline.parameters.flutter_version >>
Expand Down

0 comments on commit c6318bd

Please sign in to comment.