install Rosetta on macos

This commit is contained in:
Adam Velebil 2022-04-14 11:36:32 +02:00
parent 74fdc9226a
commit cd788b2f0d
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -22,6 +22,10 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
- name: Install Rosetta
run: |
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
- uses: subosito/flutter-action@v1
with:
channel: 'beta'