diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 146794d..c03513b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -14,7 +14,6 @@ jobs: working-directory: ios/GSSDKCustomDemo steps: - uses: actions/checkout@v2 - - run: pod install - run: xcodebuild build -scheme GSSDKCustomDemo -workspace GSSDKCustomDemo.xcworkspace -configuration Debug -sdk iphoneos \ ONLY_ACTIVE_ARCH=YES \ CODE_SIGNING_ALLOWED="NO" @@ -25,7 +24,6 @@ jobs: working-directory: ios/GSSDKSimpleDemo steps: - uses: actions/checkout@v2 - - run: pod install - run: xcodebuild build -scheme GSSDKSimpleDemo -workspace GSSDKSimpleDemo.xcworkspace -configuration Debug -sdk iphoneos \ ONLY_ACTIVE_ARCH=YES \ CODE_SIGNING_ALLOWED="NO"