Skip to content

Commit 93ebe73

Browse files
committed
test
1 parent 79132e4 commit 93ebe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
xcode-version: latest-stable
4949
- name: Build ${{matrix.scheme}}
50-
run: xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
50+
run: xcodebuild build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
5151
verify:
5252
name: Verify package sanity
5353
runs-on: macos-14

0 commit comments

Comments
 (0)