From 3f451802f16b6460af7f6a1132370d97395dd175 Mon Sep 17 00:00:00 2001 From: mstanaev Date: Mon, 15 Jul 2024 20:49:39 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index 2c47291..5e876de 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -17,8 +17,8 @@ jobs: - name: Install qmake6 Using run: sudo apt -y install qmake6 qt6-base-dev - - name: Generate qt6.conf based on the path to qmake6 - run: qtchooser -install qt6 $(which qmake6) + # - name: Generate qt6.conf based on the path to qmake6 + # run: qtchooser -install qt6 $(which qmake6) # - name: Move qt6.conf to system-wide dir # run: sudo mv ~/.config/qtchooser/qt6.conf /usr/share/qtchooser/qt6.conf @@ -36,7 +36,7 @@ jobs: # run: export QT_SELECT=qt6 - name: Start qmake - run: qmake6 /root/.cache/act/mstanaev/test_sdk/core/core.pro + run: qmake6 core/core.pro #- name: Docker container run