Skip to content

Commit

Permalink
Run flutter pub get before installing pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 21, 2023
1 parent d2e69e8 commit 55700c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ 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
Expand Down

0 comments on commit 55700c4

Please sign in to comment.