Skip to content

Commit

Permalink
Download antlr4 before publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mik1ll committed Oct 29, 2024
1 parent c8dfc5b commit 918050b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Download antlr4
run: |
test -f antlr-4.9-complete.jar || curl -O https://www.antlr.org/download/antlr-4.9-complete.jar
printf '#!/bin/bash\njava -cp "$GITHUB_WORKSPACE/antlr-4.9-complete.jar" -Xmx500M org.antlr.v4.Tool $@\n' | sudo tee /usr/bin/antlr4
sudo chmod +x /usr/bin/antlr4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down

0 comments on commit 918050b

Please sign in to comment.