Skip to content

Commit a18e8d2

Browse files
authored
ci: fix release job by installing rosetta (#443)
1 parent 9537a4c commit a18e8d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ jobs:
251251
steps:
252252
- checkout:
253253
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
254258
- flutter/install_sdk_and_pub:
255259
version: 3.3.6
256260
app-dir: project

0 commit comments

Comments
 (0)