mirror of https://github.com/t1meshift/js.git
Fix ANTLR4 file generation in CI
parent
897207a11d
commit
ff8341e20c
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Build ANTLR lexer and parser
|
- name: Build ANTLR lexer and parser
|
||||||
run: |
|
run: |
|
||||||
antlr4 -Xexact-output-dir -o jasminesnake/lex -package lex -Dlanguage=Python3 -listener grammars/*.g4
|
$JAVA_EXEC -jar $Antlr4ToolPath -Xexact-output-dir -o jasminesnake/lex -package lex -Dlanguage=Python3 -listener grammars/*.g4
|
||||||
|
|
||||||
- name: Install deps from pip
|
- name: Install deps from pip
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue