From 8b4a2936015a4f9903bc612ed78e6f036ab62da3 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 11:50:00 +0100 Subject: [PATCH] apt-update before installing packages --- .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 e2ba5fc..90c0af2 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -23,8 +23,8 @@ jobs: - name: Install pre-requisite packages id: prereq run: | - apt-get install software-properties-common apt-get update + apt-get install software-properties-common - name: Install python3-venv id: install