From e60a0e664ca4845c796b17d4c8445e16d2d41c09 Mon Sep 17 00:00:00 2001 From: mstanaev Date: Sat, 27 Jul 2024 13:29:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/test=5Fsdk.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test_sdk.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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