diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed814646..64c27fcc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: - name: Install RubyGems if: steps.rubygem-cache.outputs.cache-hit != 'true' run: | - cd ios + cd example/ios bundle install - uses: subosito/flutter-action@v1.3.2 with: