Attempt to fix maven workflow

This commit is contained in:
Alexander Söderberg 2020-09-12 14:58:24 +02:00
parent c6f2351e2c
commit 1260cf580e
No known key found for this signature in database
GPG key ID: C0207FF7EA146678

View file

@ -20,5 +20,9 @@ jobs:
uses: actions/setup-java@v1 uses: actions/setup-java@v1
with: with:
java-version: 1.8 java-version: 1.8
- name: Checkout submodules
uses: srt32/git-actions@v0.0.3
with:
args: git submodule update --init --recursive
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml