Update main.yml
This commit is contained in:
committed by
GitHub
parent
57d3c62bf7
commit
d3eef802b8
@@ -57,7 +57,9 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-gem-
|
||||
- name: Install RubyGems
|
||||
if: steps.rubygem-cache.outputs.cache-hit != 'true'
|
||||
run: bundle install
|
||||
run: |
|
||||
cd ios
|
||||
bundle install
|
||||
- uses: subosito/flutter-action@v1.3.2
|
||||
with:
|
||||
flutter-version: ${{ env.flutter_version }}
|
||||
|
||||
Reference in New Issue
Block a user