mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo [ci skip]
This commit is contained in:
parent
c5b17b0354
commit
21598b0cc2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- run: autoconf
|
- run: autoconf
|
||||||
working-directory: src
|
working-directory: src
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
- name: Run confiugre
|
- name: Run configure
|
||||||
run: ../src/configure -C --disable-install-doc
|
run: ../src/configure -C --disable-install-doc
|
||||||
working-directory: build
|
working-directory: build
|
||||||
- run: make $JOBS
|
- run: make $JOBS
|
||||||
|
|
Loading…
Reference in a new issue