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

main
mstanaev 2024-07-15 20:53:36 +03:00
parent 3f451802f1
commit 6cc902c403
1 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,14 @@ jobs:
- name: Install qmake6 Using - name: Install qmake6 Using
run: sudo apt -y install qmake6 qt6-base-dev run: sudo apt -y install qmake6 qt6-base-dev
- name: locate
run: sudo apt install locate
- name: updatedb
run: sudo updatedb
- name: locate core.pro
run: sudo locate core.pro
# - 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)