We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0747973 commit a151d8aCopy full SHA for a151d8a
.github/workflows/build.yml
@@ -557,8 +557,8 @@ jobs:
557
run: |
558
xcodebuild -scheme whisper-Package -destination 'generic/platform=iOS'
559
560
- - name: Build objc example
561
- run: xcodebuild -project examples/whisper.objc/whisper.objc.xcodeproj -scheme whisper.objc -configuration ${{ matrix.build }} -sdk iphonesimulator build
+#- name: Build objc example
+# run: xcodebuild -project examples/whisper.objc/whisper.objc.xcodeproj -scheme whisper.objc -configuration ${{ matrix.build }} -sdk iphonesimulator build
562
563
- name: Build swiftui example
564
run: xcodebuild -project examples/whisper.swiftui/whisper.swiftui.xcodeproj -scheme WhisperCppDemo -configuration ${{ matrix.build }} -sdk iphonesimulator build
0 commit comments