CI: Downgrade flutter for linux builds

This commit is contained in:
Krille Fear 2021-02-16 07:41:09 +00:00
parent 398cb465d4
commit 8dd32c5afb
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#!/bin/sh -ve
flutter channel master
flutter upgrade
flutter version 1.26.0-12.0.pre
flutter config --enable-linux-desktop
flutter clean
flutter pub get