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

main
mstanaev 2024-07-15 20:41:32 +03:00
parent e8ea1395e2
commit 26bbb72f7c
1 changed files with 4 additions and 4 deletions

View File

@ -29,11 +29,11 @@ jobs:
# - name: Set Qt6 as default option 2
# run: sudo ln -n /usr/share/qtchooser/qt6.conf /usr/lib/$(uname -p)-linux-gnu/qt-default/qtchooser/default.conf
- name: Generate qt6.conf based on path to qmake6
run: qtchooser -install qt6 $(which qmake6)
# - name: Generate qt6.conf based on path to qmake6
# run: qtchooser -install qt6 $(which qmake6)
- name: Select Qt6 as default (place in ~/.bashrc for persistence)
run: export QT_SELECT=qt6
# - name: Select Qt6 as default (place in ~/.bashrc for persistence)
# run: export QT_SELECT=qt6
- name: Start qmake
run: qmake6 /root/.cache/act/mstanaev/test_sdk/core/core.pro