Skip to content

Commit

Permalink
Don't install bundler, which comes with Ruby 2.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
billybooth committed Sep 16, 2023
1 parent 13b234a commit 26ca1ec
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,10 @@ jobs:
- name: Patch Match Tables
run: find /usr/local/lib/ruby/gems -name table_printer.rb | xargs sed -i "" "/puts(Terminal::Table.new(params))/d"

# Install Bundler and project dependencies
- name: Install Bundler and project dependencies
run: |
gem install bundler
bundle install
# Install project dependencies
- name: Install project dependencies
run: bundle install

# Build signed Loop IPA file
- name: Fastlane Build & Archive
run: bundle exec fastlane build_loop
Expand Down

0 comments on commit 26ca1ec

Please sign in to comment.