From 096b0eb0968083e9b25bee441a922a397273392e Mon Sep 17 00:00:00 2001 From: tas Date: Sun, 15 Mar 2026 17:50:35 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yaml --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e91ae8b..1428aad 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - name: Checkout run: | + git config --global http.https://git.kimchi.sslVerify false git clone --depth 1 https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}@git.kimchi/tas/major_tom.git . - name: Build (native Linux)