Skip to content

Commit a7d0fef

Browse files
author
Corey Earwood
committed
Re-enable objc example project build
1 parent 3037f1d commit a7d0fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ jobs:
677677
run: |
678678
xcodebuild -scheme whisper-Package -destination 'generic/platform=iOS'
679679
680-
#- name: Build objc example
681-
# run: xcodebuild -project examples/whisper.objc/whisper.objc.xcodeproj -scheme whisper.objc -configuration ${{ matrix.build }} -sdk iphoneos build
680+
- name: Build objc example
681+
run: xcodebuild -project examples/whisper.objc/whisper.objc.xcodeproj -scheme whisper.objc -configuration ${{ matrix.build }} -sdk iphoneos build
682682

683683
- name: Build swiftui example
684684
run: xcodebuild -project examples/whisper.swiftui/whisper.swiftui.xcodeproj -scheme WhisperCppDemo -configuration ${{ matrix.build }} -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' build

0 commit comments

Comments
 (0)