diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69630b5d..c9261f10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,12 +113,12 @@ jobs: run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version shell: bash - - name: Install pods + - name: Set up ruby uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: bundler-cache: true cache-version: 1 - working-directory: auth0_flutter/example/ios + working-directory: auth0_flutter/example - name: Install pods working-directory: auth0_flutter/example/ios