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)