Run maven steps as sudo

This commit is contained in:
SeanOMik 2021-07-08 19:14:52 -04:00 committed by GitHub
parent 9225e0121b
commit f8212ff7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ jobs:
java-version: '16'
distribution: 'adopt'
- name: Install with Maven
run: mvn -B install --file pom.xml
run: sudo mvn -B install --file pom.xml
- name: Build with Maven
run: mvn -B package --file pom.xml
run: sudo mvn -B package --file pom.xml