From e8ae5047cb7252099a779ac6339263b88dc57f74 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 12:07:14 +0100 Subject: [PATCH] Fix debugging step --- .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 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