Skip to content

Commit

Permalink
Reduce concurrency to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisd5 authored Feb 14, 2025
1 parent bb992fc commit 4834136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ platform :android do
"android.injected.signing.key.password" => ENV["ANDROID_KEY_PASS"],
},
project_dir: 'android/',
flags: ' -Dorg.gradle.workers.max=13'
flags: ' -Dorg.gradle.workers.max=7'
)
end
end
Expand Down

0 comments on commit 4834136

Please sign in to comment.