Skip to content

Commit

Permalink
Merge pull request #505 from yui-knk/with-parser_opt
Browse files Browse the repository at this point in the history
Pass `--with-parser=parse.y` for ruby build
  • Loading branch information
yui-knk authored Jan 10, 2025
2 parents 45720ab + 9d26811 commit 55f0b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
sudo apt-get install -q -y pkg-config${arch} || :
- run: sudo apt-get --purge remove bison
- run: ../autogen.sh
- run: ../configure -C --disable-install-doc
- run: ../configure -C --disable-install-doc --with-parser=parse.y
- run: make
- run: make test-all RUN_OPTS="$RUN_OPTS" SPECOPTS="$SPECOPTS"
env:
Expand Down

0 comments on commit 55f0b20

Please sign in to comment.