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 authored Feb 14, 2025
1 parent a9504d6 commit d94b71a
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=6'
flags: ' -Dorg.gradle.workers.max=5'
)
end
end
Expand Down

0 comments on commit d94b71a

Please sign in to comment.