Skip to content

Commit aed5649

Browse files
add setup ruby for ruby builds
Signed-off-by: Sathish <sbabu@progress.com>
1 parent c902786 commit aed5649

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-main-pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,12 @@ jobs:
727727
# - name: Build for Ruby binary
728728
# simple bundle install to generate gemlock(puts them in directory vendor/bundle, and uses actual gemspec for deployment to get multi-architecture ), then build gem
729729
# https://bundler.io/man/bundle-install.1.html
730+
- name: 'Set up Ruby'
731+
if: ${{ inputs.language == 'ruby' }}
732+
uses: ruby/setup-ruby@v1
733+
with:
734+
ruby-version: '3.4'
735+
bundler-cache: true
730736
- name: 'Ruby build'
731737
if: ${{ inputs.language == 'ruby' && inputs.build-profile == 'cli' }}
732738
run: |

0 commit comments

Comments
 (0)