From 98f682d61a96fff3ebc3db8be7d97ac1f6bd3a3e Mon Sep 17 00:00:00 2001 From: CMK Date: Wed, 4 Aug 2021 17:50:16 +0800 Subject: [PATCH] chore: not run pod under CI root --- .github/scripts/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/setup.sh b/.github/scripts/setup.sh index df6d6090..0c2612d5 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