Skip to content

Commit 328bba1

Browse files
authored
Merge pull request #18 from yui-knk/clean_up_make_args
Stop passing YACC arg for make
2 parents b3a4b90 + 3dbf45f commit 328bba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
- run: sudo apt-get --purge remove bison
8585
- run: ../autogen.sh
8686
- run: ../configure -C --disable-install-doc
87-
- run: make YACC=$(readlink -f $(pwd)/../tool/lrama/exe/lrama)
87+
- run: make
8888
- run: make test-all

0 commit comments

Comments
 (0)