1
0
Fork 0
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:
Nobuyoshi Nakada 2020-04-24 22:43:48 +09:00
parent c5b17b0354
commit 21598b0cc2
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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