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: |