Go back to running it as sudo

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

View File

@ -36,7 +36,7 @@ jobs:
remapped: remapped-mojang
- name: Install with Maven
run: |
mvn install
sudo mvn install
- name: Build with Maven
run: |
mvn package
sudo mvn package