diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2152d7c..5cc45cd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,17 +6,11 @@ on: - main jobs: - env: - runs-on: linux - steps: - - name: Show env - run: env | sort - build: runs-on: linux steps: - - name: List files - run: ls -alh + - name: Checkout + uses: actions/checkout@v4 - name: Build tarball run: make tarball - name: Build rpm package