mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 09:56:23 +03:00
install Rosetta on macos
This commit is contained in:
parent
74fdc9226a
commit
cd788b2f0d
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user