.gitea/workflows/release.yml aktualisiert

This commit is contained in:
Steev 2023-10-03 19:35:47 +02:00
parent eeb921dd32
commit f188f6d949

View File

@ -17,6 +17,9 @@ jobs:
java-version: '17'
distribution: 'adopt' # Verwenden Sie 'adopt' für Java 17
- name: Update Apt
run: apt update -y
- name: instaling common software package
run: apt-get install software-properties-common