From 91f781d85e388bace30c367c3c2ff6bd62ec6e50 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 12:05:45 +0100 Subject: [PATCH] Add debugging step --- .gitea/workflows/ci-pipeline.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index a57c0c0..945da52 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -20,6 +20,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Check version and distribution + run: | + uname -srm + lsb_release -a + - name: Install pre-requisite packages id: prereq run: |