We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2539e commit 8abb179Copy full SHA for 8abb179
.github/workflows/debugbuild.yml
@@ -32,18 +32,10 @@ jobs:
32
- name: Run tests
33
run: flutter test || true
34
35
- - name: Set up Java
36
- if: matrix.os == 'windows-latest'
37
- uses: actions/setup-java@v3
38
- with:
39
- distribution: 'temurin'
40
- java-version: '17'
41
-
42
43
# Android Debug Build
44
- name: Build Android Debug APK (Split by ABI)
45
46
- run: flutter build apk --debug --split-per-abi
+ if: matrix.os == 'ubuntu-latest'
+ run: flutter build apk --debug --split-per-abi --flavor dev --dart-define=FLUTTER_FLAVOR=dev
47
48
# Windows Debug Build
49
- name: Build Windows (Debug)
0 commit comments