CI: Remove unused base flavor, all our modules are flavored :)

This commit is contained in:
darken
2023-04-07 11:00:44 +02:00
committed by Matthias Urhahn
parent 5544cd3770
commit 3c5f1bf21f
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
variant: [ Release ]
flavor: [ test,testFoss,testGplay ]
flavor: [ testFoss,testGplay ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3