Skip to content

Commit 640bacc

Browse files
Fix typo in parse.y GH Actions workflow
with-praser -> with-parser
1 parent 680e060 commit 640bacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parsey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
dummy-files: ${{ matrix.test_task == 'check' }}
7070

7171
- name: Run configure
72-
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG --with-praser=parse.y
72+
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG --with-parser=parse.y
7373

7474
- run: make
7575

0 commit comments

Comments
 (0)