Skip to content

Commit 55bb1f7

Browse files
committed
Add verbosity to linux CI build to see errors flutter covers
1 parent b4ba030 commit 55bb1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build
7777
env:
7878
USE_SYSTEM_SECURE_STORAGE_DEPS: "1"
79-
run: flutter build linux --release
79+
run: flutter build linux --release --verbose
8080

8181
- name: Package
8282
run: |

0 commit comments

Comments
 (0)