Skip to content

Commit b9ad258

Browse files
committed
Fix keychain issues
1 parent 7f5bee1 commit b9ad258

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ before_all do |lane|
5757
# Ensure we use the latest version of the toolkit
5858
check_for_toolkit_updates unless is_ci || ENV['FASTLANE_SKIP_TOOLKIT_UPDATE_CHECK']
5959

60+
# Fixes weird Keychain bugs
61+
setup_ci
62+
6063
# Check that the env files exist
6164
unless is_ci || File.file?(USER_ENV_FILE_PATH)
6265
example_path = 'fastlane/env/user.env-example '

0 commit comments

Comments
 (0)