From 640bacceb19f3ba2b60789a01511e5e280f8b4ce Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Wed, 20 Nov 2024 22:11:01 +0000 Subject: [PATCH] Fix typo in parse.y GH Actions workflow with-praser -> with-parser --- .github/workflows/parsey.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/parsey.yml b/.github/workflows/parsey.yml index 508f854e3f..a7416952b6 100644 --- a/.github/workflows/parsey.yml +++ b/.github/workflows/parsey.yml @@ -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