Обновить .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

main
mstanaev 2024-08-29 14:55:00 +03:00
parent 41256a84e0
commit f64bee2e06
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ jobs:
run: sudo dpkg -L qt6-base-dev
- name: Ls libexec MOC
run: ls -la /usr/lib/qt6/libexec
run: |
ls -la /usr/lib/qt6/libexec
- name: Get all tags for correct version determination
working-directory: ${{ env.SOURCE_DIR }}