Skip to content

Commit

Permalink
Setup ruby before setup/directories
Browse files Browse the repository at this point in the history
Now baseruby must be 3.0.0 or later.
  • Loading branch information
nobu committed May 29, 2024
1 parent a41e6f3 commit 4dcd7d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/yjit-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ jobs:

- uses: ./.github/actions/setup/ubuntu

- uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1
with:
ruby-version: '3.0'
bundler: none

- uses: ./.github/actions/setup/directories
with:
srcdir: src
Expand All @@ -147,11 +152,6 @@ jobs:
if: ${{ matrix.rust_version }}
run: rustup install ${{ matrix.rust_version }} --profile minimal

- uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1
with:
ruby-version: '3.0'
bundler: none

- name: Run configure
run: ../src/configure -C --disable-install-doc --prefix=$(pwd)/install ${{ matrix.configure }}

Expand Down

0 comments on commit 4dcd7d6

Please sign in to comment.