Update ci.yml
This commit is contained in:
parent
72f1e5ef44
commit
e906ffb998
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue