fix maven.yml

This commit is contained in:
Gang ZHANG 2020-01-04 21:44:39 +08:00
parent 7ff83df4f3
commit 2c61f9a3e2
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
- name: Install depended jars
run: ./lib_install.sh
- name: Build with Maven
run: mvn -B package --file pom.xml -Dmaven.test.skip=true