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