build: Do not run flutter pub get

This commit is contained in:
krille-chan 2023-08-06 20:22:00 +02:00
parent 7564d976f3
commit b665a4975d
No known key found for this signature in database

View file

@ -65,7 +65,7 @@ parts:
override-build: |
# Workaround for Flutter build error:
rm -f build/linux/x64/release/CMakeCache.txt
flutter clean && flutter pub get
flutter clean
snapcraftctl build
build-packages:
- libjsoncpp-dev