Skip to content

Commit

Permalink
Merge pull request #105 from makeen-project/ALS-1806
Browse files Browse the repository at this point in the history
ALS-1806 update ruby version for GitHub workflow
  • Loading branch information
olegfilimonov authored Sep 18, 2024
2 parents 5949c8a + a4af197 commit ecc1fd9
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 ecc1fd9

Please sign in to comment.