diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index f32e569..9cbdc08 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -18,12 +18,12 @@ jobs: run: sudo apt -y install qmake6 qt6-base-dev - name: Change directory - run: cd /root/.cache/act/mstanaev + run: cd /root/.cache/act/mstanaev/test_sdk - name: Get all tags for correct version determination working-directory: ${{ env.SOURCE_DIR }} run: | - git fetch --all --tags -f + git clone ssh://git@172.16.205.19:222/mstanaev/test_sdk.git # - name: locate # run: sudo apt install locate