Update main.yml

This commit is contained in:
Salvatore Giordano
2020-07-28 14:16:50 +02:00
committed by GitHub
parent 57d3c62bf7
commit d3eef802b8
+3 -1
View File
@@ -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 }}