From d42b250c176b375b9cebf622ab504ec28068b401 Mon Sep 17 00:00:00 2001 From: Nix Date: Wed, 13 May 2026 15:08:58 +0800 Subject: [PATCH] fix: add git clone checkout to replace actions/checkout --- .gitea/workflows/build-binaries.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/build-binaries.yml b/.gitea/workflows/build-binaries.yml index 4c3c2b8..cc690a3 100644 --- a/.gitea/workflows/build-binaries.yml +++ b/.gitea/workflows/build-binaries.yml @@ -12,6 +12,12 @@ jobs: test: runs-on: ubuntu-latest steps: + - name: Checkout repository + env: + GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no + run: | + git clone --depth 1 ssh://git@jianfgit.xyz:220/jianf/TrulyMEM-TrueHumanMEM.git ./ + - name: Verify workspace and Python run: | pwd @@ -30,6 +36,12 @@ jobs: needs: test runs-on: ubuntu-latest steps: + - name: Checkout repository + env: + GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no + run: | + git clone --depth 1 ssh://git@jianfgit.xyz:220/jianf/TrulyMEM-TrueHumanMEM.git ./ + - name: Verify build environment run: | pwd