diff --git a/.github/workflows/ci-main-pull-request.yml b/.github/workflows/ci-main-pull-request.yml index d5fea9e..b253490 100644 --- a/.github/workflows/ci-main-pull-request.yml +++ b/.github/workflows/ci-main-pull-request.yml @@ -727,6 +727,12 @@ jobs: # - name: Build for Ruby binary # 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 # https://bundler.io/man/bundle-install.1.html + - name: 'Set up Ruby' + if: ${{ inputs.language == 'ruby' }} + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.4' + bundler-cache: true - name: 'Ruby build' if: ${{ inputs.language == 'ruby' && inputs.build-profile == 'cli' }} run: |