Обновить .gitea/workflows/test_sdk.yaml
Test on GH actions environment / test (binary, windows-latest, 3.10, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.12, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.9, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-20.04, 3.10, 6.1.0) (push) Has been cancelled Details
Build Example / Build (push) Failing after 27s Details

main
mstanaev 2024-07-19 12:44:03 +03:00
parent 794735969a
commit 324a1dde31
1 changed files with 9 additions and 7 deletions

View File

@ -17,14 +17,16 @@ jobs:
- name: Install qmake6 Using
run: sudo apt -y install qmake6 qt6-base-dev
- name: locate
run: sudo apt install locate
- name: Change directory
run: cd core
# - name: locate
# run: sudo apt install locate
- name: updatedb
run: sudo updatedb
# - name: updatedb
# run: sudo updatedb
- name: locate core.pro
run: sudo locate core.pro
# - name: locate core.pro
# run: sudo locate core.pro
# - name: Generate qt6.conf based on the path to qmake6
# run: qtchooser -install qt6 $(which qmake6)
@ -44,7 +46,7 @@ jobs:
# run: export QT_SELECT=qt6
- name: Start qmake
run: qmake6 core/core.pro
run: qmake6 core.pro
#- name: Docker container run