Update fastlane-build.yml

This commit is contained in:
aiden 2021-05-25 16:40:34 -04:00 committed by GitHub
parent 981abeb8a3
commit e11d10ca79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.2'
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