Merge pull request '.gitea/workflows/release.yml aktualisiert' (#16) from main into Release
Reviewed-on: Steev/betterminecraft#16
This commit was merged in pull request #16.
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
run: apt update -y
|
||||
|
||||
- name: instaling common software package
|
||||
run: apt-get install software-properties-common
|
||||
run: apt-get install software-properties-common -y
|
||||
|
||||
- name: add maven repo
|
||||
run: add-apt-repository ppa:andrei-pozolotin/maven3
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user