diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index 86e401a..a072f72 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -16,11 +16,11 @@ jobs: - name: Install qmake6 Using run: | - sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev qt6-base-dev-tools cmake + sudo apt -y install moc qmake6 qt6-base-dev qt6-declarative-dev qt6-base-dev-tools cmake - name: Change directory #shell: bash - run: sudo dpkg -L qt6-base-dev + run: sudo dpkg -L qt6-base-dev - name: Get all tags for correct version determination working-directory: ${{ env.SOURCE_DIR }} @@ -30,7 +30,6 @@ jobs: git clone https://git.gtlab.pro/mstanaev/test_sdk.git cd test_sdk/core qmake6 -o Makefile core.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug - cmake --install .