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 79132e4 commit 93ebe73Copy full SHA for 93ebe73
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
xcode-version: latest-stable
49
- name: Build ${{matrix.scheme}}
50
- run: xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
+ run: xcodebuild build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
51
verify:
52
name: Verify package sanity
53
runs-on: macos-14
0 commit comments