From 9c20ba929a4d855c84d6f5430e2b31960ec92d6f Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 14 Feb 2026 22:58:06 +0100 Subject: [PATCH] ci: fix typo --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 710c4c6..67ae93f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - name: Git checkout uses: actions/checkout@v6 with: - fetch-deps: 0 + fetch-depth: 0 fetch-tags: true - name: Build tarball run: make tarball