.gitea/workflows/release.yml aktualisiert

This commit is contained in:
Steev 2023-10-03 19:43:32 +02:00
parent 19afb82083
commit 341c4d753a

View File

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