Compare commits

...

2 Commits

Author SHA1 Message Date
Steev
552267019a 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
2023-10-03 19:39:06 +02:00
Steev
19afb82083 .gitea/workflows/release.yml aktualisiert 2023-10-03 19:38:49 +02:00

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