.gitea/workflows/release.yml aktualisiert #15

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

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