This commit is contained in:
steev 2023-10-03 19:51:20 +02:00
commit 51f825c0ee

View File

@ -17,14 +17,11 @@ jobs:
java-version: '17'
distribution: 'adopt' # Verwenden Sie 'adopt' für Java 17
- name: add maven repo
run: apt-add-repository ppa:andrei-pozolotin/maven3
- name: Update Apt
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