fix: audio mode set for miui 12 legacy routing (WT-1489) #801
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: webtrit_callkeep_android | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request: | |
| paths: | |
| - ".github/workflows/webtrit_callkeep_android.yaml" | |
| - "webtrit_callkeep_android/**" | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - ".github/workflows/webtrit_callkeep_android.yaml" | |
| - "webtrit_callkeep_android/**" | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/flutter_package.yml | |
| with: | |
| run_tests: false | |
| flutter_channel: stable | |
| flutter_version: 3.44.1 | |
| working_directory: webtrit_callkeep_android | |
| format_line_length: "120" | |