diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 066f206..bf54766 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -8,20 +8,19 @@ on: jobs: test-qt5: name: Test LMDBAL with qt5 - uses: ./.gitea/workflows/test.yml + uses: ./.gitea/workflows/aur.yml with: flags: -D QT_VERSION_MAJOR=5 test-qt6: name: Test LMDBAL with qt6 - uses: ./.gitea/workflows/test.yml + uses: ./.gitea/workflows/aur.yml with: flags: -D QT_VERSION_MAJOR=6 docs: name: Release documentation runs-on: archlinux - needs: [test-qt5, test-qt6] steps: - name: Check out repository code uses: actions/checkout@v3