Skip to content

Commit

Permalink
#2526: 0.0.7 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 5, 2023
1 parent ae33157 commit a4ebede
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
unzip -o -d "$CONVERT_PATH" /tmp/convert.zip
- run: sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
- run: |
mvn com.yegor256:antlr2ebnf-maven-plugin:0.0.6:generate \
mvn com.yegor256:antlr2ebnf-maven-plugin:0.0.7:generate \
-pl :eo-parser --debug --errors --batch-mode --quiet \
"-Dantlr2ebnf.convertDir=$CONVERT_PATH" \
"-Dantlr2ebnf.specials=eol,eop,tab,untab"
"-Dantlr2ebnf.specials=eol,eop,tab,untab" \
"-Dantlr2ebnf.margin=40"
- run: |
set -x
cp eo-parser/target/ebnf/org/eolang/parser/Program.pdf .
Expand Down

0 comments on commit a4ebede

Please sign in to comment.