Skip to content

Merge pull request #182 from Eldar2021/el/fix-screenshot=crash-on-ios #343

Merge pull request #182 from Eldar2021/el/fix-screenshot=crash-on-ios

Merge pull request #182 from Eldar2021/el/fix-screenshot=crash-on-ios #343

Workflow file for this run

name: Build IOS
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build_ios:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
channel: "stable"
architecture: x64
- run: flutter doctor
- name: "Melos Install"
run: dart pub global activate melos
- name: "Melos bs"
run: melos bootstrap
- name: "Build IOS"
run: melos build-ios