Skip to content

Commit

Permalink
ci: reduce workers to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisd5 committed Feb 14, 2025
1 parent 6c54703 commit 23310e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ platform :android do
"android.injected.signing.store.password" => ENV["ANDROID_KEYSTORE_PASS"],
"android.injected.signing.key.alias" => ENV["ANDROID_KEY_ALIAS"],
"android.injected.signing.key.password" => ENV["ANDROID_KEY_PASS"],
"org.gradle.workers.max" => 13
},
project_dir: 'android/'
project_dir: 'android/',
flags: ' -Dorg.gradle.workers.max=5'
)
end
end
Expand Down

0 comments on commit 23310e8

Please sign in to comment.