Skip to content

Commit

Permalink
fix: update ruby version for github workflow
Browse files Browse the repository at this point in the history
ALS-1806
  • Loading branch information
shah272728 committed Sep 18, 2024
1 parent 346f5b3 commit a4af197
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
with:
node-version: '20'

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
- name: Set up Ruby with rbenv
run: |
rbenv install -s 3.3.5
rbenv local 3.3.5
rbenv rehash
- name: Setup Bundler
- name: Install Bundler
run: |
bundle config --local path ./vendor/bundle
bundle config --local deployment true
bundle install
gem install bundler
rbenv rehash
- name: Setup Signing
working-directory:
Expand Down

0 comments on commit a4af197

Please sign in to comment.