From 26c809f74608455ded7d9c45b24d34ba56411c65 Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 14 Feb 2026 21:21:25 +0100 Subject: [PATCH] ci: add checkout step --- .gitea/workflows/ci.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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