.gitea/workflows/release.yml aktualisiert #17

Merged
Steev merged 1 commits from main into Release 2023-10-03 19:43:53 +02:00

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