Обновить .gitea/workflows/test_sdk.yaml
Build Example / Build (push) Failing after 28s Details

main
mstanaev 2024-07-15 20:49:39 +03:00
parent 26bbb72f7c
commit 3f451802f1
1 changed files with 3 additions and 3 deletions

View File

@ -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