File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 9999 -
uses :
webfactory/[email protected] 100100 with :
101101 ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
102- - run : defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
103- - run : defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
104- - run : xcodebuild -downloadPlatform visionOS
105- - run : echo - skip until apple fixes this - xcodebuild -scheme Segment test -sdk xrsimulator -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
106- - run : xcodebuild -scheme Segment -sdk xrsimulator -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
102+ - run : xcodebuild -scheme Segment test -sdk xrsimulator -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
107103
108104 build_and_test_examples :
109105 needs : cancel_previous
You can’t perform that action at this time.
0 commit comments