Update ci.yml

This commit is contained in:
aiden vigue 2021-06-20 22:48:48 -04:00 committed by GitHub
parent f09e0a83c1
commit 571e0c4e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v1
- uses: actions/cache@v2
id: cocoapods-cache
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
@ -33,6 +34,7 @@ jobs:
${{ runner.os }}-pods-
- name: Install pods
if: steps.cocoapods-cache.outputs.cache-hit != 'true'
run: pod install
- name: Cache Swift packages
@ -51,7 +53,7 @@ jobs:
- name: xcodebuild!
run: |
xcodebuild build -project "JellyfinPlayer.xcodeproj" \
xcodebuild build -workspace "JellyfinPlayer.xcworkspace" \
-scheme "${{ matrix.scheme }}" \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO