diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 945da52..2f091ec 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -23,7 +23,7 @@ jobs: - name: Check version and distribution run: | uname -srm - lsb_release -a + cat /etc/os-release - name: Install pre-requisite packages id: prereq