Skip to content

Commit 9cf0ca3

Browse files
committed
Fix
1 parent 3ac6011 commit 9cf0ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
desktop_package_name: 'cmp-desktop' # <-- Change Your Desktop Package Name
8989
web_package_name: 'cmp-web' # <-- Change Your Web Package Name
9090
ios_package_name: 'cmp-ios' # <-- Change Your iOS Package Name
91-
build_ios: false # <-- Change to 'false' if you don't want to build iOS
91+
build_ios: true # <-- Change to 'false' if you don't want to build iOS
9292
git_url: 'git@github.com:openMF/ios-provisioning-profile.git'
9393
git_branch: 'master'
9494
match_type: 'adhoc'

0 commit comments

Comments
 (0)