From 89e0c483ad460e518259713082b33dc5e9c5a76e Mon Sep 17 00:00:00 2001 From: tas Date: Sun, 15 Mar 2026 17:35:50 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yaml --- .gitea/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index db71751..e91ae8b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -21,7 +21,8 @@ jobs: pkg-config - name: Checkout - uses: actions/checkout@v4 + run: | + git clone --depth 1 https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}@git.kimchi/tas/major_tom.git . - name: Build (native Linux) run: make