Skip to content

minor updates

minor updates #1

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Dart
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
# - uses: actions/setup-java@v3.11.0
# with:
# java-version: 11
# distribution: temurin
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.6'
channel: 'stable'
architecture: x64
cache: true
- name: Install dependencies for ember
run: flutter pub get
- name: Install dependencies for ember example
working-directory: ./example
run: flutter pub get