We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9537a4c commit a18e8d2Copy full SHA for a18e8d2
.circleci/config.yml
@@ -251,6 +251,10 @@ jobs:
251
steps:
252
- checkout:
253
path: ~/project
254
+ # Flutter doesn't support Apple Silicon yet, so we need to install Rosetta use Flutter on M1 machines.
255
+ - run:
256
+ name: Install Rosetta
257
+ command: softwareupdate --install-rosetta --agree-to-license
258
- flutter/install_sdk_and_pub:
259
version: 3.3.6
260
app-dir: project
0 commit comments