diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0381af9a..ed814646 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}