add compile graphics to linux ci (#3509)
malik1004x committed
Aug 11, 2026 at 14:05 UTC
26bc7bda3d1b9c213e85e0e94cbab390f45313a6
1 file changed
+4
.github/workflows/pr_test_build_linux.yml
+4
@@ -113,6 +113,10 @@ jobs:
113
run: |
114
dart run tool/generate_localization.dart
115
116
+ - name: Compile graphics
117
+ run: |
118
+ ./compile_graphics.sh
119
+
120
- name: Build linux
121
run: |
122
flutter build linux --dart-define=hasDevOptions=true --release