Skip to content

Commit

Permalink
another go at bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed May 30, 2024
1 parent df735ed commit 1da84cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/appstore-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
working-directory: ios/App
# No cache because permissions issues?
- run: |
cd ios/App
bundle install # to get cocoapods...
bundle exec fastlane install_plugins
cd ios/App; bundle install # to get cocoapods...
# bundle exec fastlane install_plugins
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1da84cd

Please sign in to comment.