Обновить .gitea/workflows/test_sdk.yaml
Test on GH actions environment / test (standard, ubuntu-20.04, 3.10, 6.1.0) (push) Failing after 47s Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 5.9.9) (push) Failing after 44s Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.1.0) (push) Failing after 41s Details
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.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-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Build Example / Build (push) Failing after 36s Details

main
mstanaev 2024-08-29 13:30:23 +03:00
parent e60a0e664c
commit d4e1e1d01a
1 changed files with 3 additions and 4 deletions

View File

@ -17,10 +17,9 @@ jobs:
- name: Install qmake6 Using - name: Install qmake6 Using
run: sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev cmake run: sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev cmake
# - name: Change directory - name: Change directory
# shell: bash #shell: bash
# run: | run: sudo dpkg -L qt6-base-dev
- name: Get all tags for correct version determination - name: Get all tags for correct version determination
working-directory: ${{ env.SOURCE_DIR }} working-directory: ${{ env.SOURCE_DIR }}