Commit e191030
Fix Flutter Linux build by reordering CI steps
Move flutter config --enable-linux-desktop before flutter pub get to ensure Linux desktop support is enabled when dependencies are installed. Also add flutter precache --linux to download required Linux artifacts before building.
This fixes the CMake error about missing generated_plugins.cmake file by ensuring the Flutter build system properly generates all ephemeral files for Linux desktop.
Co-authored-by: jwinarske <[email protected]>1 parent 046d276 commit e191030
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | | - | |
73 | | - | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
0 commit comments