From 81628730552539a6c4cbc2b186d1680a1648264c Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 28 Jul 2020 14:23:27 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: