build: Use flutter 3.19 for snapcraft
This commit is contained in:
parent
73839f6435
commit
2fbeaf0b66
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ parts:
|
||||||
plugin: flutter
|
plugin: flutter
|
||||||
source: .
|
source: .
|
||||||
override-build: |
|
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:
|
# Workaround for Flutter build error:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
craftctl default
|
craftctl default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue