4.3, not 4.2
This commit is contained in:
parent
31ba38b336
commit
a9efc7b444
5 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
target: [win64]
|
||||
variant: [gpl,lgpl,gpl-4.2,lgpl-4.2]
|
||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
target: [win64]
|
||||
variant: [gpl,lgpl,gpl-4.2,lgpl-4.2]
|
||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue