2 Commits

Author SHA1 Message Date
Steev
341c4d753a .gitea/workflows/release.yml aktualisiert 2023-10-03 19:43:32 +02:00
Steev
19afb82083 .gitea/workflows/release.yml aktualisiert 2023-10-03 19:38:49 +02:00

View File

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