Skip to content

Commit

Permalink
Revert the github-ci for visionOS Carthage currently
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Mar 9, 2024
1 parent 10a19db commit 8e445db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
iOSSCHEME: SDWebImageSwiftUI
TVSCHEME: SDWebImageSwiftUI tvOS
WATCHSCHEME: SDWebImageSwiftUI watchOS
VISIONOSSCHEME: SDWebImageSwiftUI visionOS
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -186,7 +185,7 @@ jobs:
run: brew install carthage

- name: Carthage Update
run: ./carthage.sh update --platform "iOS, tvOS, macOS, watchOS, visionOS"
run: ./carthage.sh update --platform "iOS, tvOS, macOS, watchOS"

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

0 comments on commit 8e445db

Please sign in to comment.