Update fastlane-build.yml
This commit is contained in:
parent
981abeb8a3
commit
e11d10ca79
|
@ -14,9 +14,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
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
|
- name: Carthage
|
||||||
run: "carthage update"
|
run: "carthage update"
|
||||||
- uses: maierj/fastlane-action@v2.0.1
|
- uses: maierj/fastlane-action@v2.0.1
|
||||||
|
|
Loading…
Reference in New Issue