From 19afb820839e266013616499fb334d884cfe85d3 Mon Sep 17 00:00:00 2001 From: Steev Date: Tue, 3 Oct 2023 19:38:49 +0200 Subject: [PATCH] .gitea/workflows/release.yml aktualisiert --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 507640f..e7162a9 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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