summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-03-02 10:59:30 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-03-02 14:53:05 +0900
commit0711ceeb376deba69e35c9ecf088b9fb254c54ce (patch)
tree32436dff0be1c673ebddd6399041138730ac40f6 /.github/workflows/ubuntu.yml
parent2bfa1025a91679a5e1d513255d298126af32099d (diff)
.github/workflows: name the configure runs
Explicit `name:` entry was requested by @nobu.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2927
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 2b48ea9648..6c122d16bf 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -47,7 +47,8 @@ jobs:
- run: autoconf
working-directory: src
- run: mkdir build
- - run: ../src/configure -C --disable-install-doc
+ - name: Run confiugre
+ run: ../src/configure -C --disable-install-doc
working-directory: build
- run: make $JOBS
working-directory: build