Skip to content

fix: ensure dart versions #17

fix: ensure dart versions

fix: ensure dart versions #17

name: Flutter Plugin CI
on:
pull_request:
branches:
- main
jobs:
build:
steps:

Check failure on line 11 in .github/workflows/main_android_build.yml

View workflow run for this annotation

GitHub Actions / Flutter Plugin CI

Invalid workflow file

The workflow is not valid. .github/workflows/main_android_build.yml (Line: 11, Col: 5): Required property is missing: runs-on
- name: Build and test
uses: ./.github/workflows/build_test.yml
- name: Build Android app
run: |
cd example
flutter build apk
# Broken since NearbyCoreAdapter needs to be installed manually with SPM
# - name: Build iOS app
# run: |
# cd example
# flutter build ios --no-codesign