Update ci.yml

This commit is contained in:
Ethan Pippin 2022-01-07 11:18:58 -07:00
parent 9946c52d1d
commit 56910a8d15
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
scheme:
- "JellyfinPlayer"
- "JellyfinPlayer tvOS"
- "Swiftfin"
- "Swiftfin tvOS"
runs-on: macos-11
@ -52,7 +52,7 @@ jobs:
- name: xcodebuild!
run: |
xcodebuild build -workspace "JellyfinPlayer.xcworkspace" \
xcodebuild build -workspace "Swiftfin.xcworkspace" \
-scheme "${{ matrix.scheme }}" \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO