ci: Build GPL first, then LGPL

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-05-22 00:47:30 +02:00
parent 89507374e7
commit c44ac7171c
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
max-parallel: 4
matrix:
license_version: [ 3, 2 ]
license: [ "LGPL", "GPL" ]
license: [ "GPL", "LGPL" ]
type: [ "shared" , "static" ]
bits: [ 64, 32 ]
name: "Windows (${{ matrix.bits }}bit, ${{ matrix.type }}, ${{ matrix.license }}v${{ matrix.license_version}})"