Skip to content

Commit

Permalink
Pass --with-parser=parse.y for ruby build
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Jan 8, 2025
1 parent b65bc88 commit 9d26811
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 9d26811

Please sign in to comment.