CI try 8
Some checks failed
Main LMDBAL workfow / Debug Repository State (push) Successful in 5s
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Failing after 0s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Failing after 0s
Main LMDBAL workfow / Release documentation (push) Has been skipped

This commit is contained in:
Blue 2024-11-30 21:17:07 +02:00
parent f5d6fb9141
commit 4c5e4bb6ac
Signed by: blue
GPG Key ID: 9B203B252A63EE38

View File

@ -26,13 +26,13 @@ jobs:
test-qt5:
name: Test LMDBAL with qt5
uses: ./.gitea/workflows/test.yml
uses: ./.gitea/workflows/unit-test.yml
with:
flags: -D QT_VERSION_MAJOR=5
test-qt6:
name: Test LMDBAL with qt6
uses: ./.gitea/workflows/test.yml
uses: ./.gitea/workflows/unit-test.yml
with:
flags: -D QT_VERSION_MAJOR=6