Flutter upgrade

This commit is contained in:
Hillel Coren 2023-12-07 18:34:39 +02:00
parent 79778e016d
commit 114b5af8d2
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ workflows:
echo "const FLUTTER_VERSION = const <String, String>" > $FCI_BUILD_DIR/lib/flutter_version.dart
flutter --version --machine >> $FCI_BUILD_DIR/lib/flutter_version.dart
echo ";" >> $FCI_BUILD_DIR/lib/flutter_version.dart
- cat $FCI_BUILD_DIR/lib/flutter_version.dart
- cd . && flutter packages pub get
- flutter config --enable-linux-desktop
- flutter build linux --release