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

main
mstanaev 2024-07-15 20:35:09 +03:00
parent 564d57f7f3
commit 68900b9f9c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: sudo apt update run: sudo apt update
- name: Install qmake6 Using - name: Install qmake6 Using
run: sudo apt -y install qmake6 run: sudo apt -y install qmake6 qt6-base-dev
- 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)