Skip to content

Commit

Permalink
fix: use gemfile in build
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Oct 6, 2023
1 parent 990e305 commit 0437996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# if: steps.pod-cache.outputs.cache-hit != 'true' || steps.npm-cache.outputs.cache-hit != 'true'
working-directory: app/ios
run: |
bundle install --frozen --gemfile=${BUNDLE_GEMFILE} && \ && \
bundle install --frozen --gemfile=${BUNDLE_GEMFILE} && \
pod install && \
git status && \
git diff Podfile.lock
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ app/patches/react-native-gifted-chat*.patch

# xcode
xcuserdata/
.xcode.env.local

# gem
app/vendor/bundle/**

0 comments on commit 0437996

Please sign in to comment.