Fix typo in parse.y GH Actions workflow
with-praser -> with-parser
This commit is contained in:
parent
680e060026
commit
640bacceb1
Notes:
git
2024-11-21 14:49:23 +00:00
2
.github/workflows/parsey.yml
vendored
2
.github/workflows/parsey.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
dummy-files: ${{ matrix.test_task == 'check' }}
|
||||
|
||||
- name: Run configure
|
||||
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG --with-praser=parse.y
|
||||
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG --with-parser=parse.y
|
||||
|
||||
- run: make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user