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

main
mstanaev 2024-07-15 20:39:43 +03:00
parent 68900b9f9c
commit e8ea1395e2
1 changed files with 7 additions and 7 deletions

View File

@ -20,14 +20,14 @@ jobs:
- name: Generate qt6.conf based on the path to qmake6 - name: Generate qt6.conf based on the path to qmake6
run: qtchooser -install qt6 $(which qmake6) run: qtchooser -install qt6 $(which qmake6)
- name: Move qt6.conf to system-wide dir # - name: Move qt6.conf to system-wide dir
run: sudo mv ~/.config/qtchooser/qt6.conf /usr/share/qtchooser/qt6.conf # run: sudo mv ~/.config/qtchooser/qt6.conf /usr/share/qtchooser/qt6.conf
- name: Set Qt6 as default option 1 # - name: Set Qt6 as default option 1
run: sudo mkdir -p /usr/lib/$(uname -p)-linux-gnu/qt-default/qtchooser # run: sudo mkdir -p /usr/lib/$(uname -p)-linux-gnu/qt-default/qtchooser
- name: Set Qt6 as default option 2 # - 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 # 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 - name: Generate qt6.conf based on path to qmake6
run: qtchooser -install qt6 $(which qmake6) run: qtchooser -install qt6 $(which qmake6)
@ -36,7 +36,7 @@ jobs:
run: export QT_SELECT=qt6 run: export QT_SELECT=qt6
- name: Start qmake - name: Start qmake
run: qmake /root/.cache/act/mstanaev/test_sdk/core/core.pro run: qmake6 /root/.cache/act/mstanaev/test_sdk/core/core.pro
#- name: Docker container run #- name: Docker container run