summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-29 18:25:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-29 18:25:05 +0900
commit4dcd7d62403efddb9f43997a7e07a716ab29fcc7 (patch)
tree1a9d6c2d0c6866e85c675cf9e72c63093859a80a
parenta41e6f387349647d25aee54d97d9714934d5c3b3 (diff)
Setup ruby before setup/directories
Now baseruby must be 3.0.0 or later.
-rw-r--r--.github/workflows/yjit-ubuntu.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 45700224fa..10b85cad8c 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -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
@@ -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 }}