From 3a6175c5338a99c05fc138ad006e02725b9b5f62 Mon Sep 17 00:00:00 2001 From: aiden Date: Tue, 25 May 2021 16:45:27 -0400 Subject: [PATCH] Update fastlane-build.yml --- .github/workflows/fastlane-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/fastlane-build.yml b/.github/workflows/fastlane-build.yml index b9c535a7..62bd3297 100644 --- a/.github/workflows/fastlane-build.yml +++ b/.github/workflows/fastlane-build.yml @@ -18,7 +18,6 @@ jobs: with: ruby-version: 2.6 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - run: bundle exec rake - name: Carthage run: "carthage update" - uses: maierj/fastlane-action@v2.0.1