Skip to content

Commit 4498fad

Browse files
committed
update: fixing pom
1 parent c96ba18 commit 4498fad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
run: |
1616
# Add installation steps for ANTLR4 here
1717
sudo apt-get update
18-
sudo apt-get install -y antlr4 maven
18+
sudo apt-get install -y maven
19+
make dev
1920
2021
- name: Import GPG key
2122
uses: crazy-max/ghaction-import-gpg@v1

0 commit comments

Comments
 (0)