Skip to content

Commit 8abb179

Browse files
authored
Update debugbuild.yml
1 parent ee2539e commit 8abb179

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/debugbuild.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,10 @@ jobs:
3232
- name: Run tests
3333
run: flutter test || true
3434

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-
4335
# Android Debug Build
4436
- name: Build Android Debug APK (Split by ABI)
45-
if: matrix.os == 'windows-latest'
46-
run: flutter build apk --debug --split-per-abi
37+
if: matrix.os == 'ubuntu-latest'
38+
run: flutter build apk --debug --split-per-abi --flavor dev --dart-define=FLUTTER_FLAVOR=dev
4739

4840
# Windows Debug Build
4941
- name: Build Windows (Debug)

0 commit comments

Comments
 (0)