build: remove not working workaround for snapcraft build

This commit is contained in:
krille-chan 2024-05-26 10:18:45 +02:00
parent 2fbeaf0b66
commit d266137592
No known key found for this signature in database

View file

@ -68,9 +68,6 @@ parts:
plugin: flutter
source: .
override-build: |
# Workaround for Flutter Linux broken on 3.22
curl -fsSL https://fvm.app/install.sh | bash
fvm use 3.19.6
# Workaround for Flutter build error:
rm -rf build
craftctl default