Update ci.yml

This commit is contained in:
aiden vigue 2021-06-09 22:13:51 -07:00 committed by GitHub
parent 72f1e5ef44
commit e906ffb998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ jobs:
with:
ruby-version: 2.6 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install VLCKit
- name: Install Carthage
run: "carthage update"
- use: mxcl/xcodebuild@v1
- uses: mxcl/xcodebuild@v1
with:
xcode: ${{ matrix.xcode }}
platform: ${{ matrix.platform }}