diff --git a/.github/workflows/test-dart.yaml b/.github/workflows/test-dart.yaml index 4b70145d3..1803af9c4 100644 --- a/.github/workflows/test-dart.yaml +++ b/.github/workflows/test-dart.yaml @@ -15,6 +15,7 @@ on: paths: - '.github/workflows/test-dart.yaml' - '.github/scripts/test-dart.sh' + - 'dart-api-examples/**' - 'flutter/**' workflow_dispatch: @@ -30,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] #, windows-latest] steps: - uses: actions/checkout@v4 diff --git a/flutter-examples/README.md b/flutter-examples/README.md index e22d08fa3..ffc1ea592 100644 --- a/flutter-examples/README.md +++ b/flutter-examples/README.md @@ -16,7 +16,7 @@ flutter create --platforms --org com.k2fsa.sherpa.onnx android ./ To run with android, first use ``` -(py38) fangjuns-MacBook-Pro:streaming_asr fangjun$ flutter run -d android-arm64 +(py38) fangjuns-MacBook-Pro:streaming_asr fangjun$ flutter run devices No devices found yet. Checking for wireless devices... No supported devices found with name or id matching 'android-arm64'.