From c157a866952ed05df2b57a88439e8c8f0cb3459b Mon Sep 17 00:00:00 2001 From: CMK Date: Wed, 4 Aug 2021 17:48:40 +0800 Subject: [PATCH] chore: fix CI may fail issue --- .github/scripts/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/setup.sh b/.github/scripts/setup.sh index a26845ae..df6d6090 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 -pod keys set notification_endpoint "" -pod keys set notification_endpoint_debug "" +sudo pod keys set notification_endpoint "" +sudo pod keys set notification_endpoint_debug "" sudo pod install