Skip to content

Commit

Permalink
ci: fix release job by installing rosetta (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medev authored Feb 15, 2024
1 parent 9537a4c commit a18e8d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ jobs:
steps:
- checkout:
path: ~/project
# Flutter doesn't support Apple Silicon yet, so we need to install Rosetta use Flutter on M1 machines.
- run:
name: Install Rosetta
command: softwareupdate --install-rosetta --agree-to-license
- flutter/install_sdk_and_pub:
version: 3.3.6
app-dir: project
Expand Down

0 comments on commit a18e8d2

Please sign in to comment.