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