Skip to content

Commit 3dbf45f

Browse files
committed
Stop passing YACC arg for make
After ruby/ruby#7798, ruby uses lrama as default then no need to pass YACC anymore.
1 parent b3a4b90 commit 3dbf45f

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)