ci(linux): --verbose для диагностики линковки

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
klockky
2026-06-25 19:00:34 +03:00
co-authored by Claude Opus 4.8
parent c16532dc43
commit f1f2c6607e
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
run: flutter pub get
- name: Build Linux
run: flutter build linux --release
run: flutter build linux --release --verbose
- name: Package Linux
run: |