Remove linux64 build and shared build

This commit is contained in:
Elaphurus 2021-11-17 10:47:50 +08:00
parent cf9572ab95
commit e5b80a1792

View file

@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
target: [win64]
steps:
- name: Checkout
uses: actions/checkout@v2
@ -88,8 +88,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4]
target: [win64,]
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4]
steps:
- name: Checkout
uses: actions/checkout@v2
@ -129,8 +129,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4]
target: [win64,]
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,]
steps:
- name: Checkout
uses: actions/checkout@v2