Skip to content

Commit

Permalink
Set ruby version inside ios dir as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 21, 2023
1 parent 55700c4 commit f78d20c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Set Ruby version
working-directory: auth0_flutter/example
run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version
run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version && cp .ruby-version ios/.ruby-version
shell: bash

- name: Set up Ruby
Expand All @@ -120,13 +120,9 @@ jobs:
cache-version: 1
working-directory: auth0_flutter/example

- name: Install Flutter dependencies
working-directory: auth0_flutter/example
run: flutter pub get

- name: Install pods
working-directory: auth0_flutter/example/ios
run: bundle exec pod install
run: echo "$BUNDLE_GEMFILE" && bundle exec pod install

- name: Set .env
working-directory: auth0_flutter/example/ios
Expand Down

0 comments on commit f78d20c

Please sign in to comment.