Skip to content

Commit

Permalink
Added antlr to shared env
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Nov 24, 2020
1 parent 39bb9c8 commit 6b8b070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo -e '#!/bin/bash\njava org.antlr.v4.gui.TestRig "$@"' > $HOME/antlr-bin/grun
chmod +x $HOME/antlr-bin/*
export PATH=$PATH:$HOME/antlr-bin
echo "antlr=$HOME/antlr-bin/antlr" >> $GITHUB_ENV
antlr
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 6b8b070

Please sign in to comment.