.gitea/workflows/release.yml aktualisiert

This commit is contained in:
Steev 2023-10-03 19:38:49 +02:00
parent f188f6d949
commit 19afb82083

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