Skip to content

Commit

Permalink
Fix typo in parse.y GH Actions workflow
Browse files Browse the repository at this point in the history
with-praser -> with-parser
  • Loading branch information
eightbitraptor committed Nov 21, 2024
1 parent 680e060 commit 640bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parsey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 640bacc

Please sign in to comment.