File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 run : |
9292 echo "Testing CocoaPods integration..."
9393 cd TestProjects/cocoapods/ios
94- arch -x86_64 pod install
94+ pod install
9595 set -o pipefail && xcodebuild build \
9696 -workspace PinLayout-iOS.xcworkspace \
9797 -scheme PinLayout-iOS \
@@ -103,7 +103,7 @@ jobs:
103103 # - name: Test CocoaPods macOS Integration
104104 # run: |
105105 # cd TestProjects/cocoapods/macos
106- # arch -x86_64 pod install
106+ # pod install
107107 # set -o pipefail && xcodebuild build \
108108 # -workspace PinLayout-macOS.xcworkspace \
109109 # -scheme PinLayout-macOS \
@@ -114,7 +114,7 @@ jobs:
114114 # - name: Test CocoaPods tvOS Integration
115115 # run: |
116116 # cd TestProjects/cocoapods/tvos
117- # arch -x86_64 pod install
117+ # pod install
118118 # set -o pipefail && xcodebuild build \
119119 # -workspace PinLayout-tvOS.xcworkspace \
120120 # -scheme PinLayout-tvOS \
You can’t perform that action at this time.
0 commit comments