Merge pull request '.gitea/workflows/release.yml aktualisiert' (#16) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 1m23s
Build and Release Minecraft Plugin / release (push) Has been skipped

Reviewed-on: #16
This commit is contained in:
Steev 2023-10-03 19:39:06 +02:00
commit 552267019a

View File

@ -21,7 +21,7 @@ jobs:
run: apt update -y
- name: instaling common software package
run: apt-get install software-properties-common
run: apt-get install software-properties-common -y
- name: add maven repo
run: add-apt-repository ppa:andrei-pozolotin/maven3
@ -30,7 +30,7 @@ jobs:
run: apt update -y
- name: Update CA certificates
run: apt-get install --reinstall ca-certificates
run: apt-get install --reinstall ca-certificates -y
- name: Install Maven
run: apt install maven -y