From a4af197ac142183ad86285cf9c05ac641b5eddfe Mon Sep 17 00:00:00 2001 From: shah Date: Wed, 18 Sep 2024 16:17:28 +0530 Subject: [PATCH] fix: update ruby version for github workflow ALS-1806 --- .github/workflows/build-android.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 0e5a06a0..f6e10a3d 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -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: