From 3eaeb4586f98bdb260cadc3573eb9172392d3ef7 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 20 Jun 2023 15:27:50 +0200 Subject: [PATCH] tool: Use single job for pub get to avoid failure --- tool/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/setup.sh b/tool/setup.sh index 42af0761..5d6158a4 100755 --- a/tool/setup.sh +++ b/tool/setup.sh @@ -6,4 +6,4 @@ dart pub global activate melos 3.0.1 dart pub global activate mono_repo 6.5.6 dart pub global activate fvm 2.4.1 echo "y" | fvm install -fvm exec mono_repo pub get +melos exec --concurrency=1 flutter pub get