summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-24 22:43:48 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-24 23:24:19 +0900
commit21598b0cc2aeac3d985e5512e13322fd854d3341 (patch)
treefbc347460d17b330de76833e28ba6b80872982ee /.github
parentc5b17b0354755c6540e8cd51aea0a30773437eaf (diff)
Fixed a typo [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 17da8d1f70..27ce6ae682 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -48,7 +48,7 @@ jobs:
- run: autoconf
working-directory: src
- run: mkdir build
- - name: Run confiugre
+ - name: Run configure
run: ../src/configure -C --disable-install-doc
working-directory: build
- run: make $JOBS