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