Обновить .gitea/workflows/test_sdk.yaml
Build Example / Build (push) Failing after 30s Details
Test on GH actions environment / test (binary, windows-latest, 3.10, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.12, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.9, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-20.04, 3.10, 6.1.0) (push) Has been cancelled Details

main
mstanaev 2024-07-19 16:46:42 +03:00
parent cb56303656
commit cf49e99204
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Get all tags for correct version determination - name: Get all tags for correct version determination
working-directory: ${{ env.SOURCE_DIR }} working-directory: ${{ env.SOURCE_DIR }}
run: | run: |
git clone ssh://git@172.16.205.19:222/mstanaev/test_sdk.git git clone https://git.gtlab.pro/mstanaev/test_sdk.git
# - name: locate # - name: locate
# run: sudo apt install locate # run: sudo apt install locate