diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index a604c3e..7f7b974 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -17,15 +17,16 @@ jobs: - name: Install qmake6 Using run: sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev cmake - - name: Change directory - shell: bash - run: | - cd /root/.cache/act/mstanaev/ - echo "Current dir: $PWD" + # - name: Change directory + # shell: bash + # run: | + - name: Get all tags for correct version determination working-directory: ${{ env.SOURCE_DIR }} run: | + cd /root/.cache/act/mstanaev/ + echo "Current dir: $PWD" git clone https://git.gtlab.pro/mstanaev/test_sdk.git cd test_sdk/core qmake6 core.pro