fix: add git clone checkout to replace actions/checkout
All checks were successful
test-build-release / test (push) Successful in 21s
test-build-release / build-linux (push) Successful in 43s

This commit is contained in:
Nix
2026-05-13 15:08:58 +08:00
parent 5c3a148a03
commit d42b250c17

View File

@ -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