From e906ffb998d934854de74ba4aa66a3531f76ad83 Mon Sep 17 00:00:00 2001 From: aiden vigue Date: Wed, 9 Jun 2021 22:13:51 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa944f9e..6670d769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}