diff --git a/.github/scripts/setup.sh b/.github/scripts/setup.sh index df6d60907..0c2612d51 100755 --- a/.github/scripts/setup.sh +++ b/.github/scripts/setup.sh @@ -3,7 +3,7 @@ sudo gem install cocoapods-keys # stub keys. DO NOT use in production -sudo pod keys set notification_endpoint "" -sudo pod keys set notification_endpoint_debug "" +pod keys set notification_endpoint "" +pod keys set notification_endpoint_debug "" -sudo pod install +pod install