Skip to content

Commit 8e445db

Browse files
committed
Revert the github-ci for visionOS Carthage currently
1 parent 10a19db commit 8e445db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ jobs:
171171
iOSSCHEME: SDWebImageSwiftUI
172172
TVSCHEME: SDWebImageSwiftUI tvOS
173173
WATCHSCHEME: SDWebImageSwiftUI watchOS
174-
VISIONOSSCHEME: SDWebImageSwiftUI visionOS
175174
steps:
176175
- name: Checkout
177176
uses: actions/checkout@v3
@@ -186,7 +185,7 @@ jobs:
186185
run: brew install carthage
187186

188187
- name: Carthage Update
189-
run: ./carthage.sh update --platform "iOS, tvOS, macOS, watchOS, visionOS"
188+
run: ./carthage.sh update --platform "iOS, tvOS, macOS, watchOS"
190189

191190
- name: Build as dynamic frameworks
192191
run: |
@@ -195,4 +194,3 @@ jobs:
195194
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.iOSSCHEME }}" -sdk iphoneos -configuration Release | xcpretty -c
196195
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.TVSCHEME }}" -sdk appletvos -configuration Release | xcpretty -c
197196
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.WATCHSCHEME }}" -sdk watchos -configuration Release | xcpretty -c
198-
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.VISIONOSSCHEME }}" -sdk xros -configuration Release | xcpretty -c

0 commit comments

Comments
 (0)