Skip to content

Commit fb2de3e

Browse files
committed
Update post-release-qa.yml
1 parent 2765282 commit fb2de3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
./scripts/getSimulator
7272
DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
7373
cd SDKIntegrationTestApps/PostRelease-iOSReleaseTest-SPM/
74-
xcodebuild -resolvePackageDependencies -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj
74+
xcodebuild -disableAutomaticPackageResolution -resolvePackageDependencies -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj
7575
xcodebuild -configuration Debug \
7676
-scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj \
7777
-sdk iphonesimulator \

0 commit comments

Comments
 (0)