From 953ca5d5323952cc9acfbfdbd720a6704d7a359f Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 11:50:51 +0100 Subject: [PATCH] Skip confirmation prompt for package installation --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 90c0af2..a57c0c0 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -24,7 +24,7 @@ jobs: id: prereq run: | apt-get update - apt-get install software-properties-common + apt-get install software-properties-common -y - name: Install python3-venv id: install