Update ci.yml
This commit is contained in:
parent
f9e757457b
commit
b57c3601aa
|
@ -29,7 +29,7 @@ jobs:
|
||||||
run: "carthage update"
|
run: "carthage update"
|
||||||
- name: Build!
|
- name: Build!
|
||||||
run: |
|
run: |
|
||||||
xcodebuild build -project "JellyfinPlayer" \
|
xcodebuild build -project "JellyfinPlayer.xcodeproj" \
|
||||||
-scheme "${{ matrix.scheme }}" \
|
-scheme "${{ matrix.scheme }}" \
|
||||||
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue