Skip to content

Commit

Permalink
Use BUNDLE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 21, 2023
1 parent 57ab709 commit ec526cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ jobs:
working-directory: auth0_flutter/example

- name: Install pods
env:
BUNDLE_PATH: ../vendor/bundle
working-directory: auth0_flutter/example/ios
run: BUNDLE_GEMFILE=../Gemfile bundle exec pod install
run: bundle exec pod install

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

0 comments on commit ec526cf

Please sign in to comment.