Fix ANTLR4 file generation in CI

master
Yury Kurlykov 2020-06-28 17:59:58 +10:00
parent 897207a11d
commit ff8341e20c
Signed by: t1meshift
GPG Key ID: B133F3167ABF94D8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Build ANTLR lexer and parser
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
run: |