Skip to content

Commit 57d9fb4

Browse files
committed
install parser
1 parent abb5067 commit 57d9fb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
echo pinentry-mode loopback >> ~/.gnupg/gpg.conf
2828
echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf
2929
30+
- name: install parser
31+
run: |
32+
mvn install:install-file -Dfile=odps-sdk/odps-sdk-core/src/main/resources/odps-compiler-hive-parser-3.37.0.59.jar -DgroupId=com.aliyun.odps -DartifactId=odps-compiler-hive-parser -Dversion=3.37.0.59 -Dpackaging=jar
33+
3034
- name: Release Maven package
3135
uses: samuelmeuli/action-maven-publish@v1
3236
with:

0 commit comments

Comments
 (0)