Skip to content

Commit

Permalink
build: Do not run flutter pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Aug 6, 2023
1 parent 7564d97 commit b665a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b665a49

Please sign in to comment.