Skip to content

Commit

Permalink
Use locally installed ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent 0844c49 commit fee6f5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Setup Ruby
run: export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"

- name: Update Bundler
run: bundle update
Expand Down

0 comments on commit fee6f5a

Please sign in to comment.