summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-08 01:10:32 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-08 01:10:32 +0900
commit4a4e5dd9c97f46ad3e5f463129d5340647702368 (patch)
treebc694d8ead64c296751be3ef67a874b0a3f348ee /.github/workflows/ubuntu.yml
parent0e4bfd08e548e90faf5d91bddccf418dc9a62a42 (diff)
Setup ruby before setup directories
When `makeup: true`, setup/directories also prepare auto generated source files, and requires baseruby.
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 2e11cca98e..f60310d544 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -63,6 +63,11 @@ jobs:
with:
arch: ${{ matrix.arch }}
+ - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0
+ with:
+ ruby-version: '3.0'
+ bundler: none
+
- uses: ./.github/actions/setup/directories
with:
srcdir: src
@@ -72,11 +77,6 @@ jobs:
# Set fetch-depth: 10 so that Launchable can receive commits information.
fetch-depth: 10
- - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0
- with:
- ruby-version: '3.0'
- bundler: none
-
- name: Run configure
env:
arch: ${{ matrix.arch }}