Skip to content

Use latest version of flutter actions #18

Use latest version of flutter actions

Use latest version of flutter actions #18

Workflow file for this run

name: iOS
on:
pull_request:
branches:
- main
- dev
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
architecture: x64
- name: Prepare
working-directory: apps/onyx
run: flutter pub get
- name: Build
working-directory: apps/onyx
run: flutter build ios --release --no-codesign