Skip to content

Commit

Permalink
Merge pull request #18 from yui-knk/clean_up_make_args
Browse files Browse the repository at this point in the history
Stop passing YACC arg for make
  • Loading branch information
yui-knk committed May 17, 2023
2 parents b3a4b90 + 3dbf45f commit 328bba1
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 @@ -84,5 +84,5 @@ jobs:
- run: sudo apt-get --purge remove bison
- run: ../autogen.sh
- run: ../configure -C --disable-install-doc
- run: make YACC=$(readlink -f $(pwd)/../tool/lrama/exe/lrama)
- run: make
- run: make test-all

0 comments on commit 328bba1

Please sign in to comment.